Skip to content

ShowDataDataObject

Anthony Headley edited this page May 4, 2020 · 2 revisions

ShowData Data Object

Brief:

This object represents the data for ShowData.

This may not be an extensive list of properties.

The property name can be refered as follows: Function(x).Name

  • Function(x)["Name"]

If the property name starts with a digit, contains a space or is a reserved word you must use the ["Property"] syntax. See Section 2.1 of the Lua manual for more information

Properties:

Name Type Description
:Parent() Root
:GetClass() string "Root"
:Children() table Returns a table listed in Children below
Name string "Root"

Children:

[1] ShowSettings
[2] ImagePools
[3] ScribblePool
[4] Appearances
[5] GelPools
[6] Mesh3DSPool
[7] Sounds
[8] RDMData
[9] LivePatch
[10] Patch
[11] PsrPatch
[12] Output
[13] Masters
[14] DataPools
[15] DMXRoot
[16] Agendas
[17] Remotes
[18] OSCBase
[19] UserProfiles
[20] Users
[21] PlaybackTable
Clone this wiki locally