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

◆ ActionCondition()

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

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

58 {
59 if ( g_Game.IsServer() && g_Game.IsMultiplayer() )
60 return true;
61
62 return item.IsLiquidPresent() && item.GetQuantity() > item.GetQuantityMin() && !item.GetIsFrozen();
63 }
DayZGame g_Game
Определения DayZGame.c:3942

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