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

◆ IncreaseLifetimeUp()

void Entity::IncreaseLifetimeUp ( )
inlineprotected

Reset economy lifetime to default across entity hierarchy all the way to the topmost entity.

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

3344 {
3346 if (GetHierarchyParent())
3347 GetHierarchyParent().IncreaseLifetimeUp();
3348 }
proto native EntityAI GetHierarchyParent()
Returns direct parent of current entity.
proto native void IncreaseLifetime()
Reset economy lifetime to default (seconds)

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