DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanObstruct()
bool
IEntity::CanObstruct
(
)
inline
private
См. определение в файле
Object.c
строка
778
779
{
780
return
IsPlainObject
() && !
IsScenery
();
781
}
IEntity::IsPlainObject
proto native bool IsPlainObject()
Is this just static object without config? So we can avoid calling unnecessary methods.
IEntity::IsScenery
proto native bool IsScenery()
Is this Scenery? (handy for excluding terain when it is not needed)
Перекрестные ссылки
IsPlainObject()
и
IsScenery()
.
IEntity
Создано системой
1.13.2