CancelLatentEvent

From Multi Theft Auto: Wiki
Revision as of 01:28, 13 September 2015 by Qaisjp (talk | contribs) (change example)
Jump to navigation Jump to search

Stops a latent event from completing

Syntax

Click to collapse [-]
Server
bool cancelLatentEvent( player thePlayer, int handle )

Required Arguments

  • thePlayer: The player who is receiving the event.
  • handle: A handle previous got from getLatentEventHandles.
Click to collapse [-]
Client
bool cancelLatentEvent( int handle )

Required Arguments

Returns

Returns a true if the latent event was successfully cancelled, or false if it was not

Example

Accessories-text-editor.png Script Example Missing Function CancelLatentEvent needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.
-- TODO


Requirements

This template will be deleted.

See Also