DayZ 1.29
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/DayZ/Entities/EntityAI.c строка 3390

3391 {
3393 if (GetHierarchyParent())
3394 GetHierarchyParent().IncreaseLifetimeUp();
3395 }
proto native EntityAI GetHierarchyParent()
Returns direct parent of current entity.
proto native void IncreaseLifetime()
Reset economy lifetime to default (seconds)

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