Skip to content
Anthony Headley edited this page Apr 19, 2020 · 2 revisions

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
Clone this wiki locally