GetCancelReason: Difference between revisions
Jump to navigation
Jump to search
(New page: __NOTOC__ {{Server client function}} Gets the reason for cancelling an event. ==Syntax== <syntaxhighlight lang="lua"> string getCancelEvent ( ) </syntaxhighlight> ===Required Arguments=== ''None'' ===Returns=== R...) |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Server | {{Server function}} | ||
Gets the reason for cancelling an event. | Gets the reason for cancelling an event. |
Revision as of 17:49, 6 February 2009
Gets the reason for cancelling an event.
Syntax
string getCancelEvent ( )
Required Arguments
None
Returns
Returns the reason that was given with cancelEvent
See Also
- addEvent
- addEventHandler
- cancelEvent
- cancelLatentEvent
- getEventHandlers
- getLatentEventHandles
- getLatentEventStatus
- removeEventHandler
- triggerEvent
- wasEventCancelled