Script::getEventExists

From RAGE Multiplayer Wiki
Revision as of 10:53, 28 March 2021 by Ufteers (talk | contribs)

Syntax

mp.game.script.getEventExists(eventGroup, eventIndex);

Required Arguments

  • eventGroup: int
  • eventIndex: int

Return value

  • Boolean

Example

// todo

See also

Template:Script s function c