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

◆ GetRightCloseProjectionVector()

vector Hologram::GetRightCloseProjectionVector ( )
inlineprotected

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

1047 {
1048 vector min_max[2];
1049 GetProjectionCollisionBox( min_max );
1050 min_max[1][1] = min_max[0][1];
1051 min_max[1][2] = min_max[0][2];
1052
1053 return min_max[1];
1054 }
void GetProjectionCollisionBox(out vector min_max[2])
Определения Hologram.c:1016

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

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