extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | BindableFunction |
summary | string | Allow functions defined in one script to be called by another script |
ExplorerOrder | string | 4 |
ExplorerImageIndex | string | 66 |
Yield functions
1Invoke
(arguments: Tuple) → Tuple| Field | XML type | Value |
|---|---|---|
Name | string | Invoke |
summary | string | Causes the function assigned to OnInvoke to be called. Arguments passed to this function get passed to OnInvoke function. |
Callbacks
1OnInvoke
(arguments: Tuple) → Tuple| Field | XML type | Value |
|---|---|---|
Name | string | OnInvoke |
summary | string | Should be defined as a function. This function is called when Invoke() is called. Number of arguments is variable. |