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

◆ OnAction()

override bool KitchenTimer::OnAction ( int action_id,
Man player,
ParamsReadContext ctx )
inlineprotected

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

228 {
229 if (super.OnAction(action_id, player, ctx))
230 return true;
231
232 if (g_Game.IsServer() || !g_Game.IsMultiplayer())
233 {
234 if (action_id == EActions.ALARM_SET_AHEAD)
235 {
237 }
238 }
239 return false;
240 }
DayZGame g_Game
Определения DayZGame.c:3942
EActions
Определения EActions.c:2
void SetAlarmTimeServerSecs(int inSecs)
Определения KitchenTimer.c:209

Перекрестные ссылки g_Game и SetAlarmTimeServerSecs().