GTA V NativesscriptScript::getEventAtIndexOn this pageScript::getEventAtIndexSyntax ```js mp.game.script.getEventAtIndex(eventGroup, eventIndex); ``` Required Arguments eventGroup: - event types: 0 - CEventGroupScriptAI 1 - CEventGroupScriptNetwork eventIndex: Return value int Example ```js // todo ``` See also