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

◆ CanDoorBeClosed()

bool Building::CanDoorBeClosed ( int doorIndex)
inlineprivate

См. определение в файле 3_Game/DayZ/Entities/Building.c строка 148

149 {
150 return IsDoorOpen(doorIndex);
151 }
proto native bool IsDoorOpen(int index)
When the door is requested to be fully open (animation wanted phase is greater than 0....

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

Используется в ActionCloseDoors::ActionCondition() и ActionCloseDoors::OnStartServer().