Hi guys,
excuse me for the basic question, but how can I obtain the number of fixtures stored in a group in LUA?
I tried to explore the properties and childrens of group but I can’t find anything
Thanks
V.
Hi guys,
excuse me for the basic question, but how can I obtain the number of fixtures stored in a group in LUA?
I tried to explore the properties and childrens of group but I can’t find anything
Thanks
V.
Whenever you select a group, look at your fixture sheet, on the top of it it says the amount of fixtures selected.
oops! I forgot to specify that I meant in LUA
local group_id = 1
local fixtures_count = #DataPool().Groups[group_id].selectiondata
Thank's
How you learn that ? Where is write ?
Thank's
Some experience in digging trough the gMA3 data structure + forum + this article and sub-articles + some Lua knowledge.
It's not something you can find in one place.
Don’t have an account yet? Register yourself now and be a part of our community!