![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnBeforeWorldCleanup () |
| Called when the current world is about to be unloaded. Can be used to disable any event listeners that would otherwise react to entities being deleted during gameplay. | |
| void | OnMissionSet (MissionHeader mission) |
| Called when a mission header is set (to both a valid one or to null as well). | |
| void | OnKickedFromGame (KickCauseCode kickCode) |
| Called after player was kicked from game back to main menu, providing reason for the kick. | |
| void | ShowErrorMessage (string msg) |
| Shows dialog with a provided string. | |
| ref Managed | GetPlayerDataStats (int playerID) |
| Called when the player data is requested. | |
| ref Managed | GetSessionDataStats () |
| Called when the session data is requested. | |
| string | GetMissionName () |
| Called when DS downloads required addons and is ready to run a world FIXME: I'm not named properly! | |
Definition at line 7 of file ChimeraGame.c.
|
protected |
Called when DS downloads required addons and is ready to run a world FIXME: I'm not named properly!
|
protected |
Called when the player data is requested.
|
protected |
Called when the session data is requested.
|
protected |
Called when the current world is about to be unloaded. Can be used to disable any event listeners that would otherwise react to entities being deleted during gameplay.
|
protected |
Called after player was kicked from game back to main menu, providing reason for the kick.
|
protected |
Called when a mission header is set (to both a valid one or to null as well).
| mission | can be passed in as null when mission is cleared, make sure to nullptr check! |
|
protected |
Shows dialog with a provided string.