![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| proto native void | ActivateCommand (int index, int userInt, float userFloat) |
| proto native int | GetCommandCount () |
| proto native int | GetCommandID (int index) |
| proto native owned string | GetCommandName (int index) |
| proto native bool | GetVariableBool (int index) |
| proto native int | GetVariableCount () |
| proto native float | GetVariableFloat (int index) |
| proto native int | GetVariableInt (int index) |
| proto native owned string | GetVariableName (int index) |
| proto native int | GetVariableType (int index) |
| void | OnAnimationEvent (string evType, int userInt, string userString) |
| void | OnAnimationEventsStart () |
| void | OnAnimationPrediction (string predName) |
| void | OnAnimationTag (string tagName) |
| proto native void | SetCreature (DayZCreature creature) |
| proto native bool | SetVariableBool (int index, bool value) |
| proto native float | SetVariableFloat (int index, float value) |
| proto native int | SetVariableInt (int index, int value) |
Private Attributes | |
| ref array< ref DayZCreatureAnimScriptDebugAnimEventData > | m_AnimEvents = new array<ref DayZCreatureAnimScriptDebugAnimEventData> |
| ref array< ref DayZCreatureAnimScriptDebugAnimPredictionData > | m_AnimPredictions = new array<ref DayZCreatureAnimScriptDebugAnimPredictionData> |
| ref array< ref DayZCreatureAnimScriptDebugAnimTagData > | m_AnimTags = new array<ref DayZCreatureAnimScriptDebugAnimTagData> |
| ref array< string > | m_EventsFilter = new array<string> |
| const int | m_iMaxAnimEventsCount = 50 |
Definition at line 5 of file plugindayzcreatureaidebug.c.
|
private |
|
private |
Definition at line 39 of file plugindayzcreatureaidebug.c.
References GetWorldTime(), m_AnimEvents, m_EventsFilter, and m_iMaxAnimEventsCount.
|
inlineprivate |
Definition at line 33 of file plugindayzcreatureaidebug.c.
References m_AnimPredictions, and m_AnimTags.
|
inlineprivate |
Definition at line 54 of file plugindayzcreatureaidebug.c.
References m_AnimPredictions.
|
inlineprivate |
Definition at line 59 of file plugindayzcreatureaidebug.c.
References m_AnimTags.
|
private |
|
private |
Definition at line 29 of file plugindayzcreatureaidebug.c.
Referenced by OnAnimationEvent().
|
private |
Definition at line 30 of file plugindayzcreatureaidebug.c.
Referenced by OnAnimationEventsStart(), and OnAnimationPrediction().
|
private |
Definition at line 31 of file plugindayzcreatureaidebug.c.
Referenced by OnAnimationEventsStart(), and OnAnimationTag().
Definition at line 27 of file plugindayzcreatureaidebug.c.
Referenced by OnAnimationEvent().
|
private |
Definition at line 26 of file plugindayzcreatureaidebug.c.
Referenced by OnAnimationEvent().