GetCancelReason: Difference between revisions

From Multi Theft Auto: Wiki
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 client function}}
{{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