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

◆ EmoteRPSPaper()

class EmoteRPSRock extends EmoteBase EmoteRPSPaper ( )

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

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

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

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