Game events emitted for most or all games.
overlayed.universal.readyForGameEvents()
interface LoggedInEvent { account_id: string; }
interface ModuleLoadedEvent { game_version: string; process_hash: string; }
interface ModuleUnloadedEvent { }
interface UnsupportedGameVersionEvent { game_version: string; process_hash: string; }
Was this page helpful?