|
void | PluginDayZCreatureAIDebug () |
|
void | ~PluginDayZCreatureAIDebug () |
|
override void | OnInit () |
| Callback for user defined initialization. Called for all suites during TestHarness.Begin().
|
|
override void | OnDestroy () |
|
void | CheckShowMode () |
|
override void | OnUpdate (float delta_time) |
|
string | GetStrValue (int index) |
|
string | GetStrValueType (int index) |
|
void | InitDebugObject (Object obj) |
|
void | ReleaseDebugObject () |
|
void | SetValueInt (int index, int value) |
|
void | SetValueFloat (int index, float value) |
|
void | SetValueBool (int index, bool value) |
|
void | ActivateCommand (int commandIdx, int userInt, float userFloat) |
|
void | EnableAI (bool enable) |
|
DayZCreatureAnimScriptDebugVarType | GetVariableType (int index) |
|
void | OnGUI_Variables () |
|
void | OnGUI_VariablesEdit () |
|
void | OnGUI_CommandsEdit () |
|
void | OnGUI_AIControlEdit () |
|
void | OnGUI_BulkSet () |
|
void | OnGUI_AnimEvents () |
|
void | OnGUI (bool show) |
|
void | OnGUITimer () |
|
void | SetDebugShowMode (int mode) |
|
void | Show () |
|
void | Hide () |
|
void | Event_OnClick () |
|
void | GUIAction_InitDebugObject (Object obj) |
|
void | GUIAction_UpdateSimulationPrecision (int simLOD) |
|
void | GUIAction_ReleaseDebugObject () |
|
void | GUIAction_SetValue (int index, string strVal) |
|
void | GUIAction_ActivateCommand (int commandIdx, int userInt, float userFloat) |
|
void | GUIAction_EnableAI (bool enable) |
|
void | SendSyncMessages () |
|
void | OnRpc (PlayerBase player, int rpc_type, ParamsReadContext ctx) |
|
void | SyncReceiveMessage (ParamsReadContext ctx) |
|
void | SyncInitDebugObject (Object obj) |
|
void | SyncReceiveInitDebugObject (ParamsReadContext ctx) |
|
void | SyncReleaseDebugObject () |
|
void | SyncReceiveReleaseDebugObject (ParamsReadContext ctx) |
|
void | SyncSetValueInt (int index, int value) |
|
void | SyncReceiveValueInt (ParamsReadContext ctx) |
|
void | SyncSetValueFloat (int index, float value) |
|
void | SyncReceiveValueFloat (ParamsReadContext ctx) |
|
void | SyncSetValueBool (int index, bool value) |
|
void | SyncReceiveValueBool (ParamsReadContext ctx) |
|
void | SyncActivateCommand (int commandIdx, int userInt, float userFloat) |
|
void | SyncReceiveActivateCommand (ParamsReadContext ctx) |
|
void | SyncEnableAI (bool enable) |
|
void | SyncReceiveEnableAI (ParamsReadContext ctx) |
|
void | SyncReceiveDisableAI (ParamsReadContext ctx) |
|