FilterDataObject - hossimo/GMA3Plugins GitHub Wiki
Filter Data Object
Brief:
This object represents a spacific Filter pool item
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() | Filters | |
| :GetClass() | string | "Filter" |
| :Children() | nil | |
| Lock | string | lock state |
| No | number | Data Pool Index Number |
| Name | string | Name of the item |
| Scribble | Scribble | |
| Appearance | Appearance | |
| Mode | string | E.g. "Scaling" |
| ❓Attributes❓ | ❓table/bool❓ | Should hold the value of each attribute in the filter, name unknown. |
| Values | bool | |
| Timing | bool | |
| Phaser | bool | |
| Active | bool |