|
Arma Reforger Script API
|
Game core which persists through whole game and stores various data for AI debugging. More...
Public Member Functions | |
| override void | OnGameStart () |
| override void | OnGameEnd () |
Static Public Member Functions | |
| static SCR_AIDebug | GetInstance () |
| static string | GetBehaviorName (SCR_AIBehaviorBase behavior) |
Static Public Attributes | |
| const string | logFileName = "$logs:ai_script.log" |
Protected Attributes | |
| ref FileHandle | m_FileHandle |
Static Protected Attributes | |
| static ref SCR_AIDebug | s_Instance |
Game core which persists through whole game and stores various data for AI debugging.
|
static |
| behavior |
|
static |
| override void SCR_AIDebug.OnGameEnd | ( | ) |
| override void SCR_AIDebug.OnGameStart | ( | ) |
|
static |
|
protected |
|
staticprotected |