- Joined
- Mar 23, 2019
- RedCents
- 8,961¢
- Pronouns
- He/Him
This is just something I threw together this afternoon, so it's somewhat of a work in progress.
What it does is show you the TLO:Me and TLO:Target real time broken into the individual datatypes that those TLOs expose. I took a list of the enum members from the DataType classes, so in some cases where a member is expecting an argument, the return value is nil. I want to make it such that I can flag those and have a user interact with the inspector to provide arguments at some point.
To Use, unzip the attachment into your Lua folder, and either use the Next Lua GUI to run or use the command line

I broke the script into two files; 1) the actual script that runs the layout and logic, and the other file is an include of all the datatype members.
What it does is show you the TLO:Me and TLO:Target real time broken into the individual datatypes that those TLOs expose. I took a list of the enum members from the DataType classes, so in some cases where a member is expecting an argument, the return value is nil. I want to make it such that I can flag those and have a user interact with the inspector to provide arguments at some point.
To Use, unzip the attachment into your Lua folder, and either use the Next Lua GUI to run or use the command line
/lua run inspector.lua
I broke the script into two files; 1) the actual script that runs the layout and logic, and the other file is an include of all the datatype members.


