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

◆ ActionCondition()

override bool ActionMineBushByHand::ActionCondition ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprivate

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

19 {
20 if ( g_Game.IsMultiplayer() && g_Game.IsServer() )
21 return true;
22
23 return (super.ActionCondition(player, target, item) && !item);
24 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки ActionTarget и g_Game.