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

◆ GetLeftCloseProjectionVector()

vector Hologram::GetLeftCloseProjectionVector ( )
inlineprotected

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

1039 {
1040 vector min_max[2];
1041 GetProjectionCollisionBox( min_max );
1042
1043 return min_max[0];
1044 }
void GetProjectionCollisionBox(out vector min_max[2])
Определения Hologram.c:1016

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

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