Hi guys,
I have 2 seperate questions
1: I used this previously in a plugin https://help2.malighting.com/Page/grandMA3/lua_GetPath/en/ with Enums.PathType.UserPresets and Enums.PathType.UserGroups , which I then got from examples online. I'm curious for this format: Enums.PathType.x which values are also possible to replace the "x" with. Can I find this in some way? I tried using Printf and other functions, but no results.
2: in general, I've read about 2 types of "LUA functions", some are LUA's main language I guess, where as some are from a ma3 LUA library as how I understood this? I'm wondering which ma3 specific functions are currently possible to call/execute? For example, to navigate in ma3 folder structure, I mostly start using ShowData().DataPools. .. and so on. But I think some functions exist to directly get to the directory location of some objects, without starting from ShowData() ... I'm wondering where I can see all these specific functions