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

◆ EmoteRPSRandom()

class EmoteSitB extends EmoteBase EmoteRPSRandom ( )

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

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

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

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