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

◆ GetRightFarProjectionVector()

vector Hologram::GetRightFarProjectionVector ( )
inlineprotected

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

1117 {
1118 vector min_max[2];
1119 GetProjectionCollisionBox( min_max );
1120 min_max[1][1] = min_max[0][1];
1121
1122 return min_max[1];
1123 }
void GetProjectionCollisionBox(out vector min_max[2])
Определения Hologram.c:1067

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

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