![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | EmoteLauncher (int emoteID, bool interrupts_same) |
| int | GetForced () |
| int | GetID () |
| bool | IsStartGuaranteed () |
| void | SetForced (int mode) |
| void | SetStartGuaranteed (bool guaranted) |
| void | VerifySyncRequest () |
| bool | WasSynced () |
Protected Attributes | |
| int | m_ForcePlayEmote |
| int | m_ID |
| bool | m_InterruptsSameIDEmote |
| bool | m_IsStartGuaranteed |
| bool | m_SyncRequestSent |
Static Private Attributes | |
| static const int | FORCE_ALL = 2 |
| static const int | FORCE_DIFFERENT = 1 |
| static const int | FORCE_NONE = 0 |
Definition at line 64 of file emotemanager.c.
|
inlineprotected |
Definition at line 76 of file emotemanager.c.
References FORCE_NONE, m_ForcePlayEmote, m_ID, m_InterruptsSameIDEmote, m_IsStartGuaranteed, and m_SyncRequestSent.
|
inlineprotected |
Definition at line 90 of file emotemanager.c.
References m_ForcePlayEmote.
|
inlineprotected |
Definition at line 95 of file emotemanager.c.
References m_ID.
|
inlineprotected |
Definition at line 105 of file emotemanager.c.
References m_IsStartGuaranteed.
|
inlineprotected |
Definition at line 85 of file emotemanager.c.
References m_ForcePlayEmote.
|
inlineprotected |
Definition at line 100 of file emotemanager.c.
References m_IsStartGuaranteed.
|
inlineprotected |
Definition at line 110 of file emotemanager.c.
References m_SyncRequestSent.
|
inlineprotected |
Definition at line 115 of file emotemanager.c.
References m_SyncRequestSent.
|
staticprivate |
Definition at line 68 of file emotemanager.c.
Referenced by OnSyncJuncture(), and PostSurrenderRequestServer().
|
staticprivate |
Definition at line 67 of file emotemanager.c.
Referenced by UIScriptedMenu::Init(), OnSyncJuncture(), and Update().
|
staticprivate |
Definition at line 66 of file emotemanager.c.
Referenced by EmoteLauncher(), OnInputUserDataProcess(), SendEmoteRequestSync(), and Update().
|
protected |
Definition at line 73 of file emotemanager.c.
Referenced by EmoteLauncher(), GetForced(), and SetForced().
|
protected |
Definition at line 74 of file emotemanager.c.
Referenced by EmoteLauncher(), and GetID().
|
protected |
Definition at line 70 of file emotemanager.c.
Referenced by EmoteLauncher().
|
protected |
Definition at line 71 of file emotemanager.c.
Referenced by EmoteLauncher(), IsStartGuaranteed(), and SetStartGuaranteed().
|
protected |
Definition at line 72 of file emotemanager.c.
Referenced by EmoteLauncher(), VerifySyncRequest(), and WasSynced().