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

◆ ActionCondition()

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

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

40 {
41 Radio radio = Radio.Cast( item );
42
43 if ( radio.CanOperate() )
44 {
45 return true;
46 }
47
48 return false;
49 }

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