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

◆ GetHierarchyLevel()

int Entity::GetHierarchyLevel ( int lvl = 0)
inlineprotected

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

882 {
883 if (!GetHierarchyParent())
884 return lvl;
885
886 return GetHierarchyParent().GetHierarchyLevel(lvl+1);
887 }
proto native EntityAI GetHierarchyParent()
Returns direct parent of current entity.

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