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

◆ ActionResetKitchenTimer()

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

12 {
13 m_CallbackClass = ActionResetKitchenTimerClockCB;
14 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_RESET_KITCHENTIMER;
15 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONMOD_RESET_KITCHENTIMER;
16 m_Text = "#turn_off";
17 }
int m_CommandUIDProne
Определения ActionBase.c:32
int m_CommandUID
Определения ActionBase.c:31
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

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