Arma Reforger Script API
Loading...
Searching...
No Matches
BaseGameMode Member List

This is the complete list of members for BaseGameMode, including all inherited members.

HandlePlayerKilled(int playerId, IEntity playerEntity, IEntity killerEntity, notnull Instigator killer)BaseGameModeprotected
OnControllableDeleted(IEntity entity)BaseGameModeprotected
OnControllableDestroyed(IEntity entity, IEntity killerEntity, notnull Instigator instigator)BaseGameModeprotected
OnControllableSpawned(IEntity entity)BaseGameModeprotected
OnGameStart()BaseGameModeprotected
OnPlayerAuditFail(int iPlayerID)BaseGameModeprotected
OnPlayerAuditRevived(int iPlayerID)BaseGameModeprotected
OnPlayerAuditSuccess(int iPlayerID)BaseGameModeprotected
OnPlayerAuditTimeouted(int iPlayerID)BaseGameModeprotected
OnPlayerConnected(int playerId)BaseGameModeprotected
OnPlayerDisconnected(int playerId, KickCauseCode cause, int timeout)BaseGameModeprotected
OnPlayerKilled(int playerId, IEntity playerEntity, IEntity killerEntity, notnull Instigator killer)BaseGameModeprotected
OnPlayerRegistered(int playerId)BaseGameModeprotected
OnPlayerRoleChange(int playerId, EPlayerRole roleFlags)BaseGameModeprotected
OnPlayerSpawned(int playerId, IEntity controlledEntity)BaseGameModeprotected
OnWorldPostProcess(World world)BaseGameMode