extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | BindableEvent |
summary | string | Allow events defined in one script to be subscribed to by another script |
ExplorerOrder | string | 5 |
ExplorerImageIndex | string | 67 |
Functions
1Fire
(arguments: Tuple) → void| Field | XML type | Value |
|---|---|---|
Name | string | Fire |
summary | string | Used to make the custom event fire (see Event for more info). Arguments can be variable length. |
Events
1Event
(arguments: Tuple) → void| Field | XML type | Value |
|---|---|---|
Name | string | Event |
summary | string | This event fires when the Fire() method is used. Receives the variable length arguments from Fire(). |