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

◆ ActionPourLiquid()

void ActionPourLiquid::ActionPourLiquid ( )
inlineprivate

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

14 {
15 m_CallbackClass = ActionPourLiquidCB;
16 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_EMPTY_VESSEL;
17 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONFB_EMPTY_VESSEL;
18 m_SpecialtyWeight = UASoftSkillsWeight.PRECISE_LOW;
19 m_Text = "#pour_liquid";
20 }
float m_SpecialtyWeight
Определения ActionBase.c:77
string m_Text
Определения ActionBase.c:58
int m_CommandUID
Определения AnimatedActionBase.c:143
int m_CommandUIDProne
Определения AnimatedActionBase.c:144
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

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