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

◆ ActionDigGardenPlot()

void ActionDigGardenPlot::ActionDigGardenPlot ( )
inlineprivate

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

14 {
15 m_CallbackClass = ActionDigGardenPlotCB;
16 m_FullBody = true;
17 m_StanceMask = DayZPlayerConstants.STANCEMASK_ERECT;
18 m_SpecialtyWeight = UASoftSkillsWeight.ROUGH_LOW;
19 m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_DIGMANIPULATE;
20
21 m_Text = "#make_garden_plot";
22 }
int m_CommandUID
Определения ActionBase.c:31
int m_StanceMask
Определения ActionBase.c:33
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Перекрестные ссылки m_CommandUID и m_StanceMask.