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

◆ ActionCondition()

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

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

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

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