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

◆ IgnoreOutOfReachCondition()

bool Entity::IgnoreOutOfReachCondition ( )
inlineprotected
Возвращает
if true, attachment condition for out of reach (inventory) will be ignored

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

1809 {
1810 return GetHierarchyRootPlayer() == g_Game.GetPlayer();
1811 }
DayZGame g_Game
Определения DayZGame.c:3942
proto native Man GetHierarchyRootPlayer()
Returns root of current hierarchy cast to Man.

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