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

◆ ActionCondition()

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

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

15 {
16 HumanCommandLadder cl = player.GetCommand_Ladder();
17 if (cl && cl.CanExit())
18 return true;
19
20 return false;
21 }
proto native bool CanExit()
returns true if on exiting point
void HumanCommandLadder()
Определения human.c:674

Перекрестные ссылки ActionTarget() и HumanCommandLadder::CanExit().