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

◆ ActionCondition()

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

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

79 {
80 if (g_Game.IsServer())
81 {
82 if (!target.GetObject() || !item)
83 return false;
84 }
85
86 return true;
87 }
DayZGame g_Game
Определения DayZGame.c:3942

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