![]() |
Superfighters Deluxe
|
Function trigger arguments More...
Public Member Functions | |
TriggerArgs (BaseObject caller, BaseObject sender, bool handled) | |
Constructor More... | |
Properties | |
BaseObject | Caller [get] |
Gets the trigger object. Can be null. More... | |
bool | Handled [get, set] |
A flag indicating if the event has been handled and if any following events should be canceled. More... | |
BaseObject | Sender [get] |
Gets the sender object that activated the trigger. Can be null. More... | |
Function trigger arguments
TriggerArgs | ( | BaseObject | caller, |
BaseObject | sender, | ||
bool | handled | ||
) |
Constructor
caller | |
sender | |
handled |
|
get |
Gets the trigger object. Can be null.
|
getset |
A flag indicating if the event has been handled and if any following events should be canceled.
|
get |
Gets the sender object that activated the trigger. Can be null.