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

◆ OnAction()

override bool AlarmClock_ColorBase::OnAction ( int action_id,
Man player,
ParamsReadContext ctx )
inlineprivate

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

78 {
79 if (super.OnAction(action_id, player, ctx))
80 return true;
81 if (GetGame().IsServer() || !GetGame().IsMultiplayer())
82 {
83 if (action_id == EActions.ACTIVATE_ENTITY)
84 {
86 }
87
88 }
89 return false;
90 }
void SetAlarmInXMins(int in_mins)
Определения ClockBase.c:171
EActions
Определения EActions.c:2
proto native CGame GetGame()

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