GetCancelReason: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Needs example)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Server function}}
{{Server function}}
Gets the reason for cancelling an event.
Gets the reason for cancelling an event.


Line 14: Line 13:
===Returns===
===Returns===
Returns the reason that was given with [[cancelEvent]]
Returns the reason that was given with [[cancelEvent]]
==Example==
<syntaxhighlight lang="lua">
--TODO
</syntaxhighlight>


==See Also==
==See Also==
{{Event functions}}
{{Event functions}}
[[Category:Needs Example]]

Revision as of 18:10, 18 June 2009

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