![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ~EmoteCB () |
| bool | CancelCondition () |
| bool | IsEmoteCallback () |
| override bool | IsGestureCallback () |
| override void | OnAnimationEvent (int pEventID) |
| Private Member Functions inherited from HumanCommandActionCallback | |
| void | ~PluginDayzPlayerActionCallback () |
| bool | CancelCondition () |
| override void | OnAnimationEvent (int pEventID) |
| override void | OnFinish (bool pCanceled) |
| override void | OnStateChange (int pOldState, int pCurrentState) |
| void | PluginDayzPlayerActionCallback () |
Private Attributes | |
| int | m_callbackID |
| bool | m_IsFullbody |
| EmoteManager | m_Manager |
| PlayerBase | m_player |
| Private Attributes inherited from HumanCommandActionCallback | |
| TextListboxWidget | m_EventsHistory |
| float | m_fTimeStart |
| TextWidget | m_pAnimEventWidget |
| TextWidget | m_pStateWidget |
Additional Inherited Members | |
| Static Private Attributes inherited from HumanCommandActionCallback | |
| static ref set< string > | m_AnimEventMapping |
Definition at line 1 of file emotemanager.c.
|
inlineprivate |
Definition at line 8 of file emotemanager.c.
|
inlineprivate |
Definition at line 19 of file emotemanager.c.
|
inlineprivate |
Definition at line 24 of file emotemanager.c.
References IsGestureCallback().
|
inlineprivate |
Definition at line 58 of file emotemanager.c.
Referenced by IsEmoteCallback().
|
inlineprivate |
Definition at line 29 of file emotemanager.c.
References EmoteConstants::EMOTE_SUICIDE_BLEED, EmoteConstants::EMOTE_SUICIDE_DEATH, EmoteConstants::EMOTE_SUICIDE_SIMULATION_END, g_Game, m_callbackID, m_Manager, m_player, and UA_ANIM_EVENT.
|
private |
Definition at line 4 of file emotemanager.c.
Referenced by OnAnimationEvent().
|
private |
Definition at line 3 of file emotemanager.c.
|
private |
Definition at line 6 of file emotemanager.c.
Referenced by ~EmoteCB(), and OnAnimationEvent().
|
private |
Definition at line 5 of file emotemanager.c.
Referenced by ~EmoteCB(), and OnAnimationEvent().