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

◆ GetLeftFarProjectionVector()

vector Hologram::GetLeftFarProjectionVector ( )
inlineprotected

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

1108 {
1109 vector min_max[2];
1110 GetProjectionCollisionBox( min_max );
1111 min_max[0][2] = min_max[1][2];
1112
1113 return min_max[0];
1114 }
void GetProjectionCollisionBox(out vector min_max[2])
Определения Hologram.c:1067

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

Используется в ActionDigGardenPlot::CheckSurfaceBelowGardenPlot(), IsBaseViable(), IsInTerrain() и IsUnderwater().