![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | DayZCreatureAnimScriptDebug |
Typedefs | |
| typedef Param4< float, string, int, string > | DayZCreatureAnimScriptDebugAnimEventData |
| typedef Param1< string > | DayZCreatureAnimScriptDebugAnimPredictionData |
| typedef Param1< string > | DayZCreatureAnimScriptDebugAnimTagData |
Variables | |
| class DayZCreatureAnimScriptDebug | INIT_DEBUG_OBJECT |
| class DayZCreatureAnimScriptDebug | RELEASE_DEBUG_OBJECT |
| class DayZCreatureAnimScriptDebug | SET_VALUE_INT |
| class DayZCreatureAnimScriptDebug | SET_VALUE_FLOAT |
| class DayZCreatureAnimScriptDebug | SET_VALUE_BOOL |
| class DayZCreatureAnimScriptDebug | ACTIVATE_COMMAND |
| class DayZCreatureAnimScriptDebug | ENABLE_AI |
| class DayZCreatureAnimScriptDebug | DISABLE_AI |
| class DayZCreatureAnimScriptDebug | m_iDebugMenu = -1 |
| DayZCreatureAI | m_DebugEntity = NULL |
| string | m_sDebugEntityName = "" |
| ref DayZCreatureAnimScriptDebug | m_EntityAnimDbg = NULL |
| ref Timer | m_TickTimer |
| bool | m_IsActive = false |
| bool | m_ShowDbgUI = false |
| bool | m_bIsCaptureMode = false |
| bool | m_bEditMode = false |
| bool | m_bAIEnabled = true |
| bool | m_bShowAnimEvents = false |
| bool | m_bBulkSet = false |
| ref array< bool > | m_SetVariableCheckStates = new array<bool> |
| ref array< bool > | m_SetCommandCheckStates = new array<bool> |
| ref array< ref Param > | m_SyncMessages = new array<ref Param> |
| typedef Param4<float, string, int, string> DayZCreatureAnimScriptDebugAnimEventData |
Definition at line 1 of file plugindayzcreatureaidebug.c.
| typedef Param1<string> DayZCreatureAnimScriptDebugAnimPredictionData |
Definition at line 2 of file plugindayzcreatureaidebug.c.
| typedef Param1<string> DayZCreatureAnimScriptDebugAnimTagData |
Definition at line 3 of file plugindayzcreatureaidebug.c.
Definition at line 243 of file plugindayzcreatureaidebug.c.
| void CheckShowMode | ( | ) |
Definition at line 117 of file plugindayzcreatureaidebug.c.
| void EnableAI | ( | bool | enable | ) |
Definition at line 249 of file plugindayzcreatureaidebug.c.
| void Event_OnClick | ( | ) |
Definition at line 595 of file plugindayzcreatureaidebug.c.
Definition at line 135 of file plugindayzcreatureaidebug.c.
Definition at line 165 of file plugindayzcreatureaidebug.c.
| DayZCreatureAnimScriptDebugVarType GetVariableType | ( | int | index | ) |
Definition at line 269 of file plugindayzcreatureaidebug.c.
Definition at line 719 of file plugindayzcreatureaidebug.c.
| void GUIAction_EnableAI | ( | bool | enable | ) |
Definition at line 732 of file plugindayzcreatureaidebug.c.
| void GUIAction_InitDebugObject | ( | Object | obj | ) |
GUI actions
Definition at line 634 of file plugindayzcreatureaidebug.c.
| void GUIAction_ReleaseDebugObject | ( | ) |
Definition at line 656 of file plugindayzcreatureaidebug.c.
Definition at line 665 of file plugindayzcreatureaidebug.c.
| void GUIAction_UpdateSimulationPrecision | ( | int | simLOD | ) |
Definition at line 651 of file plugindayzcreatureaidebug.c.
| void Hide | ( | ) |
Definition at line 588 of file plugindayzcreatureaidebug.c.
| void InitDebugObject | ( | Object | obj | ) |
Definition at line 186 of file plugindayzcreatureaidebug.c.
| override void OnDestroy | ( | ) |
Definition at line 113 of file plugindayzcreatureaidebug.c.
| void OnGUI | ( | bool | show | ) |
Definition at line 457 of file plugindayzcreatureaidebug.c.
| void OnGUI_AIControlEdit | ( | ) |
Definition at line 369 of file plugindayzcreatureaidebug.c.
| void OnGUI_AnimEvents | ( | ) |
Definition at line 399 of file plugindayzcreatureaidebug.c.
| void OnGUI_BulkSet | ( | ) |
Definition at line 389 of file plugindayzcreatureaidebug.c.
| void OnGUI_CommandsEdit | ( | ) |
Definition at line 326 of file plugindayzcreatureaidebug.c.
| void OnGUI_Variables | ( | ) |
Definition at line 274 of file plugindayzcreatureaidebug.c.
| void OnGUI_VariablesEdit | ( | ) |
Definition at line 285 of file plugindayzcreatureaidebug.c.
| void OnGUITimer | ( | ) |
Definition at line 555 of file plugindayzcreatureaidebug.c.
| void OnRpc | ( | PlayerBase | player, |
| int | rpc_type, | ||
| ParamsReadContext | ctx ) |
Definition at line 762 of file plugindayzcreatureaidebug.c.
| override void OnUpdate | ( | float | delta_time | ) |
Definition at line 127 of file plugindayzcreatureaidebug.c.
| void PluginDayZCreatureAIDebug | ( | ) |
Definition at line 101 of file plugindayzcreatureaidebug.c.
| void ReleaseDebugObject | ( | ) |
Definition at line 218 of file plugindayzcreatureaidebug.c.
| void SendSyncMessages | ( | ) |
sync
Definition at line 748 of file plugindayzcreatureaidebug.c.
| void SetDebugShowMode | ( | int | mode | ) |
Definition at line 565 of file plugindayzcreatureaidebug.c.
Definition at line 238 of file plugindayzcreatureaidebug.c.
Definition at line 233 of file plugindayzcreatureaidebug.c.
Definition at line 228 of file plugindayzcreatureaidebug.c.
| void Show | ( | ) |
Definition at line 580 of file plugindayzcreatureaidebug.c.
Definition at line 901 of file plugindayzcreatureaidebug.c.
| void SyncEnableAI | ( | bool | enable | ) |
Definition at line 920 of file plugindayzcreatureaidebug.c.
| void SyncInitDebugObject | ( | Object | obj | ) |
Definition at line 814 of file plugindayzcreatureaidebug.c.
| void SyncReceiveActivateCommand | ( | ParamsReadContext | ctx | ) |
Definition at line 910 of file plugindayzcreatureaidebug.c.
| void SyncReceiveDisableAI | ( | ParamsReadContext | ctx | ) |
Definition at line 940 of file plugindayzcreatureaidebug.c.
| void SyncReceiveEnableAI | ( | ParamsReadContext | ctx | ) |
Definition at line 935 of file plugindayzcreatureaidebug.c.
| void SyncReceiveInitDebugObject | ( | ParamsReadContext | ctx | ) |
Definition at line 823 of file plugindayzcreatureaidebug.c.
| void SyncReceiveMessage | ( | ParamsReadContext | ctx | ) |
Definition at line 770 of file plugindayzcreatureaidebug.c.
| void SyncReceiveReleaseDebugObject | ( | ParamsReadContext | ctx | ) |
Definition at line 839 of file plugindayzcreatureaidebug.c.
| void SyncReceiveValueBool | ( | ParamsReadContext | ctx | ) |
Definition at line 891 of file plugindayzcreatureaidebug.c.
| void SyncReceiveValueFloat | ( | ParamsReadContext | ctx | ) |
Definition at line 872 of file plugindayzcreatureaidebug.c.
| void SyncReceiveValueInt | ( | ParamsReadContext | ctx | ) |
Definition at line 853 of file plugindayzcreatureaidebug.c.
| void SyncReleaseDebugObject | ( | ) |
Definition at line 832 of file plugindayzcreatureaidebug.c.
Definition at line 882 of file plugindayzcreatureaidebug.c.
Definition at line 863 of file plugindayzcreatureaidebug.c.
Definition at line 844 of file plugindayzcreatureaidebug.c.
| void ~PluginDayZCreatureAIDebug | ( | ) |
Definition at line 105 of file plugindayzcreatureaidebug.c.
| class DayZCreatureAnimScriptDebug ACTIVATE_COMMAND |
| class DayZCreatureAnimScriptDebug DISABLE_AI |
| class DayZCreatureAnimScriptDebug ENABLE_AI |
| class DayZCreatureAnimScriptDebug INIT_DEBUG_OBJECT |
Definition at line 92 of file plugindayzcreatureaidebug.c.
Definition at line 95 of file plugindayzcreatureaidebug.c.
Definition at line 91 of file plugindayzcreatureaidebug.c.
Definition at line 90 of file plugindayzcreatureaidebug.c.
Definition at line 93 of file plugindayzcreatureaidebug.c.
| DayZCreatureAI m_DebugEntity = NULL |
Definition at line 82 of file plugindayzcreatureaidebug.c.
| ref DayZCreatureAnimScriptDebug m_EntityAnimDbg = NULL |
Definition at line 84 of file plugindayzcreatureaidebug.c.
| class DayZCreatureAnimScriptDebug m_iDebugMenu = -1 |
Definition at line 87 of file plugindayzcreatureaidebug.c.
| string m_sDebugEntityName = "" |
Definition at line 83 of file plugindayzcreatureaidebug.c.
Definition at line 97 of file plugindayzcreatureaidebug.c.
Definition at line 96 of file plugindayzcreatureaidebug.c.
Definition at line 88 of file plugindayzcreatureaidebug.c.
Definition at line 99 of file plugindayzcreatureaidebug.c.
| ref Timer m_TickTimer |
Definition at line 86 of file plugindayzcreatureaidebug.c.
| class DayZCreatureAnimScriptDebug RELEASE_DEBUG_OBJECT |
| class DayZCreatureAnimScriptDebug SET_VALUE_BOOL |
| class DayZCreatureAnimScriptDebug SET_VALUE_FLOAT |
| class DayZCreatureAnimScriptDebug SET_VALUE_INT |