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

◆ ActionSetKitchenTimer()

void ActionSetKitchenTimer::ActionSetKitchenTimer ( )
inlineprivate

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

16 {
17 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_SET_KITCHENTIMER;
18 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONMOD_SET_KITCHENTIMER;
20
21 m_CallbackClass = ActionSetKitchenTimerCB;
22 m_Text = "#STR_SetTimer0";
23 }
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.