Gameplay::setRandomEventFlag

From RAGE Multiplayer Wiki
Revision as of 09:57, 22 July 2024 by Shr0x (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MulleDK19: If the parameter is true, sets the random event flag to true, if the parameter is false, the function does nothing at all.
Does nothing if the mission flag is set.

Syntax

mp.game.gameplay.setRandomEventFlag(p0);

Required Arguments

  • p0: Boolean

Return value

  • Undefined

Example

// todo

See also