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

◆ ActionCondition()

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

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

30 {
31 if (target.GetObject() != null)
32 return true;
33
34 return false;
35 }

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