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

◆ GetDefaultHitPosition()

vector Entity::GetDefaultHitPosition ( )
inlineprotected

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

3805 {
3806 Debug.LogError("EntityAI: DefaultHitPosition not set for that entity (" + GetType() + ")");
3807 return vector.Zero;
3808 }
eBleedingSourceType GetType()
string Debug()
Определения CachedEquipmentStorageBase.c:29

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