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

◆ GetHierarchyLevel()

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

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 886

887 {
888 if (!GetHierarchyParent())
889 return lvl;
890
891 return GetHierarchyParent().GetHierarchyLevel(lvl+1);
892 }
proto native EntityAI GetHierarchyParent()
Returns direct parent of current entity.

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