Skip to content

PatchDataObject

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

AttributeDefinations Data Object

Brief:

This object represents the data for the selected AttributeDefinations.

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() ShowData
:GetClass() string "Patch"
:Children() table Returns a table listed in Children below
Name string "Patch"
Lock string "SS"

Children:

[1] DmxProfiles
[2] [AttributeDefinations](AttributeDefinations)
[3] Layers
[4] Classes
[5] FixtureTypes
[6] Stages
[7] UIChannels
[8] RIChannels
[9] IDTypes
[10] DMXUniverses
[11] DMXAddresses
Clone this wiki locally