overlayed.universal.readyForGameEvents() must be called before any events will be emitted.
logged_in
The user’s account ID for that particular game.
interface LoggedInEvent {
account_id: string;
}
{
"account_id": "1234567890"
}
module_loaded
interface ModuleLoadedEvent {
game_version: string;
process_hash: string;
}
{
"game_version": "157.0.1",
"process_hash": "2413fb3709b05939f04cf2e92f7d0897fc2596f9ad0b8a9ea855c7bfebaae892"
}
module_unloaded
interface ModuleUnloadedEvent {
}
unsupported_game_version
interface UnsupportedGameVersionEvent {
game_version: string;
process_hash: string;
}
{
"game_version": "157.0.1",
"process_hash": "2413fb3709b05939f04cf2e92f7d0897fc2596f9ad0b8a9ea855c7bfebaae892"
}