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

◆ CanOpenFence()

bool BaseBuildingBase::CanOpenFence ( )
inlineprotected

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

428 {
429 if ( HasHinges() && !IsOpened() && !IsLocked() )
430 {
431 return true;
432 }
433
434 return false;
435 }
bool HasHinges()
Определения Fence.c:56
override bool IsOpened()
Определения Fence.c:110
bool IsLocked()
Определения Fence.c:115

Перекрестные ссылки HasHinges(), IsLocked() и IsOpened().