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

◆ GetRightCloseProjectionVector()

vector Hologram::GetRightCloseProjectionVector ( )
inlineprotected

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

1098 {
1099 vector min_max[2];
1100 GetProjectionCollisionBox( min_max );
1101 min_max[1][1] = min_max[0][1];
1102 min_max[1][2] = min_max[0][2];
1103
1104 return min_max[1];
1105 }
void GetProjectionCollisionBox(out vector min_max[2])
Определения Hologram.c:1067

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

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