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

◆ GetLeftFarProjectionVector()

vector Hologram::GetLeftFarProjectionVector ( )
inlineprotected

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

1057 {
1058 vector min_max[2];
1059 GetProjectionCollisionBox( min_max );
1060 min_max[0][2] = min_max[1][2];
1061
1062 return min_max[0];
1063 }
void GetProjectionCollisionBox(out vector min_max[2])
Определения Hologram.c:1016

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

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