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

◆ ActionCondition()

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

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

19 {
20 if ( GetGame().IsMultiplayer() && GetGame().IsServer() )
21 return true;
22
23 return (super.ActionCondition(player, target, item) && !item);
24 }
proto native CGame GetGame()

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