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

◆ GetHitComponentForAI()

string Entity::GetHitComponentForAI ( )
inlineprotected

Returns hit component for the Entity (overriden for each Type - PlayerBase, DayZInfected, DayZAnimal, etc.)

returns Global so it is obvious you need to configure that properly on entity

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

3777 {
3778 Debug.LogError("EntityAI: HitComponentForAI not set properly for that entity (" + GetType() + ")");
3780 return "";
3781 }
eBleedingSourceType GetType()
string Debug()
Определения CachedEquipmentStorageBase.c:29

Перекрестные ссылки GetType() и Debug::LogError().