Fills the provided array with all children entities in hierarchy of this entity.
См. определение в файле MiscGameplayFunctions.c строка 1868
1869 {
1871 while (child)
1872 {
1873 outputObjects.Insert(child);
1875 }
1876 }
proto native IEntity GetSibling()
Returns pointer to next child Entity on the same hierarchy.
proto native IEntity GetChildren()
Returns pointer to first child Entity in hierarchy.
Перекрестные ссылки IEntity::GetChildren() и IEntity::GetSibling().