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

◆ EmoteRPSRandom()

class EmoteSitB extends EmoteBase EmoteRPSRandom ( )

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

521 {
523 m_InputActionName = "EmoteRPSRandom";
524 m_StanceMaskAdditive = DayZPlayerConstants.STANCEMASK_ERECT;
525 m_StanceMaskFullbody = 0;
526 m_AdditiveCallbackUID = DayZPlayerConstants.CMD_GESTUREMOD_RPS;
527 m_FullbodyCallbackUID = 0;
528 m_HideItemInHands = false;
529 }
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
Определения constants.c:383

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

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