OnPlayerDetonateSatchels: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22293|This event is triggered every time satchels are detonated - either by a player or through detonateSatchels.}} ==Parameters== No parameters. ==Source== The source of this event is the player whose satchels are being detonated. ===Canceling=== If this event is canceled, the satchels will not detonate. ==Example== <syntaxhighlight lang="...")
(No difference)

Revision as of 22:43, 14 November 2023

BETA: NEW FEATURE (BUILD: 1.6.0 r22293)
This event is triggered every time satchels are detonated - either by a player or through detonateSatchels.

Parameters

No parameters.

Source

The source of this event is the player whose satchels are being detonated.

Canceling

If this event is canceled, the satchels will not detonate.

Example


See Also

Player events


Event functions

Shared