DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanOpenFence()
bool
BaseBuildingBase::CanOpenFence
(
)
inline
protected
См. определение в файле
Fence.c
строка
427
428
{
429
if
(
HasHinges
() && !
IsOpened
() && !
IsLocked
() )
430
{
431
return
true
;
432
}
433
434
return
false
;
435
}
BaseBuildingBase::HasHinges
bool HasHinges()
Определения
Fence.c:56
BaseBuildingBase::IsOpened
override bool IsOpened()
Определения
Fence.c:110
BaseBuildingBase::IsLocked
bool IsLocked()
Определения
Fence.c:115
Перекрестные ссылки
HasHinges()
,
IsLocked()
и
IsOpened()
.
BaseBuildingBase
Создано системой
1.13.2