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

◆ GetLeftCloseProjectionVector()

vector Hologram::GetLeftCloseProjectionVector ( )
inlineprotected

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

1090 {
1091 vector min_max[2];
1092 GetProjectionCollisionBox( min_max );
1093
1094 return min_max[0];
1095 }
void GetProjectionCollisionBox(out vector min_max[2])
Определения Hologram.c:1067

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

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