GetLatentEventHandles

From Multi Theft Auto: Wiki
Revision as of 10:24, 29 January 2012 by Ccw (talk | contribs) (Created page with "__NOTOC__ {{Server client function}} Gets the currently queued latent events. The last one in the table is always the latest event queued. Each returned handle can be used with [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gets the currently queued latent events. The last one in the table is always the latest event queued. Each returned handle can be used with getLatentEventStatus or cancelLatentEvent

Syntax

table getLatentEventHandles ( element player )

Required Arguments

  • player: (Only required if called on the server) The player who is receiving the events.

Returns

Returns a table of handles or false if invalid arguments were passed.

Example

--TODO

See Also