DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ EmoteRPSPaper()

class EmoteRPSRock extends EmoteBase EmoteRPSPaper ( )

См. определение в файле EmoteClasses.c строка 529

546 {
548 m_InputActionName = "EmoteRPSPaper";
549 m_StanceMaskAdditive = DayZPlayerConstants.STANCEMASK_ERECT;
550 m_StanceMaskFullbody = 0;
551 m_AdditiveCallbackUID = DayZPlayerConstants.CMD_GESTUREMOD_RPS;
552 m_FullbodyCallbackUID = 0;
553 m_HideItemInHands = false;
554 }
int m_ID
ID of effect, given by SEffectManager when registered (automatically done when playing through it)
Определения Effect.c:51
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602
const int ID_EMOTE_RPS_P
Определения 3_Game/constants.c:394

Перекрестные ссылки EmoteRPSRock().

Используется в EmoteConstructor::RegisterEmotes().