-
-
Notifications
You must be signed in to change notification settings - Fork 6
Root
Anthony Headley edited this page Apr 19, 2020
·
2 revisions
Returns the Root Object. This object can be used to traverse the hierarchy from the root
Name | Description | Optional |
---|
object: Root ...
local sequences = Root().ShowData.DataPools.Default.Sequences[1]
Echo("Sequence 1's name is : %s", sequences.name) -- User 1 is called: Default