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 difference)

Revision as of 17:46, 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

Shared