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

◆ GetDefaultHitPositionComponent()

string Entity::GetDefaultHitPositionComponent ( )
inlineprotected

returns default hit position component name for the Entity (overriden by type if needed - used mainly as support for impact particles)

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

3793 {
3794 Debug.LogError("EntityAI: DefaultHitPositionComponent not set for that entity (" + GetType() + ")");
3795 return "";
3796 }
eBleedingSourceType GetType()
string Debug()
Определения CachedEquipmentStorageBase.c:29

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