GetCancelReason

From Multi Theft Auto: Wiki
Revision as of 18:10, 18 June 2009 by Awwu (talk | contribs) (Needs example)
Jump to navigation Jump to search

Gets the reason for cancelling an event.

Syntax

string getCancelReason ( )

Required Arguments

None

Returns

Returns the reason that was given with cancelEvent

Example

--TODO

See Also