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

◆ ActionDeCraftWitchHoodCoif()

ActionDeCraftWitchHoodCoifCB ActionContinuousBaseCB ActionDeCraftWitchHoodCoif ( )

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

12 {
13 m_CallbackClass = ActionDeCraftWitchHoodCoifCB;
14 m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_CRAFTING;
15 m_FullBody = true;
16 m_StanceMask = DayZPlayerConstants.STANCEMASK_CROUCH;
17 m_SpecialtyWeight = UASoftSkillsWeight.ROUGH_HIGH;
18
19 m_Text = "#dismantle";
20 }
int m_CommandUID
Определения ActionBase.c:31
int m_StanceMask
Определения ActionBase.c:33
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Используется в ActionConstructor::RegisterActions() и WitchHoodCoif_ColorBase::SetActions().