Table Explorer allows you to visually browse lua tables.
Slash Command:
/texplore <table> <depth> - Used to explore any table in the Global Environment, depth is optional and defaults to 2.
Script Command:
texplore ("name",table[,depth])
- name
- Table name (string)
- table
- Table to explore (table)
- depth
- Nested depth to explore within table. defaults to 2 (number)