DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetHierarchyLevel()
int
Entity::GetHierarchyLevel
(
int
lvl
=
0
)
inline
protected
См. определение в файле
EntityAI.c
строка
881
882
{
883
if
(!
GetHierarchyParent
())
884
return
lvl;
885
886
return
GetHierarchyParent
().GetHierarchyLevel(lvl+1);
887
}
Entity::GetHierarchyParent
proto native EntityAI GetHierarchyParent()
Returns direct parent of current entity.
Перекрестные ссылки
GetHierarchyParent()
.
Entity
Создано системой
1.13.2