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

◆ GetDefaultHitPosition()

vector Entity::GetDefaultHitPosition ( )
inlineprotected

См. определение в файле EntityAI.c строка 3756

3757 {
3758 Debug.LogError("EntityAI: DefaultHitPosition not set for that entity (" + GetType() + ")");
3759 return vector.Zero;
3760 }
eBleedingSourceType GetType()
Определения BleedingSource.c:63
void Debug()
Определения UniversalTemperatureSource.c:349

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