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

◆ IsCollidingZeroPos()

bool Hologram::IsCollidingZeroPos ( )
inlineprotected

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

715 {
716 vector origin = Vector(0, 0, 0);
717 bool isTrue = GetProjectionPosition() == origin;
718 #ifdef DIAG_DEVELOPER
719 DebugLog("IsCollidingZeroPos: ", false, isTrue);
720 #endif
721
722 return isTrue;
723 }
vector GetProjectionPosition()
Определения Hologram.c:1494
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

Перекрестные ссылки GetProjectionPosition() и Vector().

Используется в EvaluateCollision().