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

◆ GetDefaultHitPosition()

vector Entity::GetDefaultHitPosition ( )
inlineprotected

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

3762 {
3763 Debug.LogError("EntityAI: DefaultHitPosition not set for that entity (" + GetType() + ")");
3764 return vector.Zero;
3765 }
eBleedingSourceType GetType()
void Debug()
Определения UniversalTemperatureSource.c:349

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