DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ActionCondition()
override
bool
ActionEmptyBottleBase::ActionCondition
(
PlayerBase
player
,
ActionTarget
target
,
ItemBase
item
)
inline
private
См. определение в файле
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
}
g_Game
DayZGame g_Game
Определения
DayZGame.c:3942
Перекрестные ссылки
ActionTarget
и
g_Game
.
ActionEmptyBottleBase
Создано системой
1.13.2