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

◆ GetRightFarProjectionVector()

vector Hologram::GetRightFarProjectionVector ( )
inlineprotected

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

1066 {
1067 vector min_max[2];
1068 GetProjectionCollisionBox( min_max );
1069 min_max[1][1] = min_max[0][1];
1070
1071 return min_max[1];
1072 }
void GetProjectionCollisionBox(out vector min_max[2])
Определения Hologram.c:1016

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

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