![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | BaseGameModeClass |
Functions | |
| BaseGameModeClass GenericEntityClass | OnGameStart () |
| Gets called after world is initialized but before first ticks. | |
| void | OnPlayerAuditSuccess (int iPlayerID) |
| void | OnPlayerAuditFail (int iPlayerID) |
| void | OnPlayerAuditTimeouted (int iPlayerID) |
| void | OnPlayerAuditRevived (int iPlayerID) |
| void | OnPlayerConnected (int playerId) |
| void | OnPlayerRegistered (int playerId) |
| void | OnPlayerDisconnected (int playerId, KickCauseCode cause, int timeout) |
| void | OnPlayerSpawned (int playerId, IEntity controlledEntity) |
| bool | HandlePlayerKilled (int playerId, IEntity playerEntity, IEntity killerEntity, notnull Instigator killer) |
| void | OnPlayerKilled (int playerId, IEntity playerEntity, IEntity killerEntity, notnull Instigator killer) |
| void | OnControllableSpawned (IEntity entity) |
| void | OnControllableDestroyed (IEntity entity, IEntity killerEntity, notnull Instigator instigator) |
| void | OnControllableDeleted (IEntity entity) |
| void | OnPlayerRoleChange (int playerId, EPlayerRole roleFlags) |
| event void | OnWorldPostProcess (World world) |
| Event called once loading of all entities of the world have been finished. (still within the loading). | |