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

◆ ActionUnmountBarbedWire()

void ActionUnmountBarbedWire::ActionUnmountBarbedWire ( )
inlineprivate

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

12 {
13 m_CallbackClass = ActionUnmountBarbedWireCB;
14 m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_INTERACT;
15 m_FullBody = true;
16 m_StanceMask = DayZPlayerConstants.STANCEMASK_ERECT;
17
18 m_SpecialtyWeight = UASoftSkillsWeight.ROUGH_HIGH;
19 m_Text = "#unmount_barbed_wire";
20 }
float m_SpecialtyWeight
Определения ActionBase.c:77
int m_StanceMask
Определения ActionBase.c:62
string m_Text
Определения ActionBase.c:58
bool m_FullBody
Определения ActionBase.c:61
int m_CommandUID
Определения AnimatedActionBase.c:143
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Перекрестные ссылки AnimatedActionBase::m_CallbackClass, AnimatedActionBase::m_CommandUID, ActionBase::m_FullBody, ActionBase::m_SpecialtyWeight, m_StanceMask и ActionBase::m_Text.