DayZ 1.27
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 (GetGame().IsServer() || !GetGame().IsMultiplayer())
233 {
234 if (action_id == EActions.ALARM_SET_AHEAD)
235 {
237 }
238 }
239 return false;
240 }
EActions
Определения EActions.c:2
void SetAlarmTimeServerSecs(int inSecs)
Определения KitchenTimer.c:209
proto native CGame GetGame()

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