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

◆ ActionDeployHuntingTrap()

void ActionDeployHuntingTrap::ActionDeployHuntingTrap ( )
inlineprivate

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

4 {
5 m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_CRAFTING;
6 m_StanceMask = DayZPlayerConstants.STANCEMASK_CROUCH;
7 m_Sound = "craft_universal_0";
8 }
string m_Sound
Определения ActionBase.c:57
int m_StanceMask
Определения ActionBase.c:62
int m_CommandUID
Определения AnimatedActionBase.c:143
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Перекрестные ссылки AnimatedActionBase::m_CommandUID, m_Sound и m_StanceMask.