Script::getEventAtIndex

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

Syntax

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

Required Arguments

  • eventGroup: int
  • eventIndex: int

Return value

  • int

Example

// todo

See also

Template:Script s function c