-
-
Notifications
You must be signed in to change notification settings - Fork 5
PageDataObject
Anthony Headley edited this page May 11, 2020
·
2 revisions
This object represents a Executor page on the console.
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() | Pages | |
:GetClass() | string | "Page" |
:Children() | table | Returns a table of Exec(ExecDataObject) attched to this page |
Lock | string | lock state |
No | number | Pool index for the selected page |
Index | function | Belive this returns a function that when called returns the same number as the above 'No' Property |
Name | string | Name of the current page |
Scribble | Scribble | returns the scribble data object attached to this page |
Appearance | Appearance | returns the Appearance data object attached to this page |