-
-
Notifications
You must be signed in to change notification settings - Fork 5
GroupsDataObject
Anthony Headley edited this page May 19, 2020
·
2 revisions
This object represents the Groups collections in the current user profile.
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
| Name | Type | Description |
|---|---|---|
| :Parent(DataObject) | Pool | |
| :GetClass(DataObject) | string | "Groups" |
| :Children(DataObject) | table | Returns a table of Group Data Objects. these represent Group pool items. |
| Lock | string | lock state |
| No | number | Data Pool Index Number |
| Name | string | Name of the DataPool |
| FontSize | TBD | Not Used? |
| ShowEmpty | TBD | Not Used? |
| PoolColor | TBD | Not Used? |
| ForAllColor | TBD | Not Used? |
| EmptyColor | TBD | Not Used? |
| ForSomeColor | TBD | Not Used? |
| ForNoneColor | TBD | Not Used? |