Root - hossimo/GMA3Plugins GitHub Wiki
Root() : object
Brief:
Returns the Root Object. This object can be used to traverse the hierarchy from the root
Paramiters:
Name | Description | Optional |
---|
Returns:
object: Root ...
Examples:
local sequences = Root().ShowData.DataPools.Default.Sequences[1]
Echo("Sequence 1's name is : %s", sequences.name) -- User 1 is called: Default