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