PresetPoolsDataObject - hossimo/GMA3Plugins GitHub Wiki
PresetPools Collection Data Object
Brief:
This object represents the PresetPools collections in the current user profile. This includes pool items line Dimmer, ,Position, All 1, ...
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() | Pools | |
| :GetClass() | string | "PresetPools" |
| :Children() | table | Returns a table of Presets Data Objects. These represent Preset Pool Types and are listed below in (Children)[#Children] |
| Lock | string | lock state |
| No | number | Data Pool Index Number |
| Name | string | Name of the DataPool |