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

◆ ActionCondition()

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

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

79 {
80 if (GetGame().IsServer())
81 {
82 if (!target.GetObject() || !item)
83 return false;
84 }
85
86 return true;
87 }
proto native CGame GetGame()

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