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

◆ IsSurfaceWater()

bool Hologram::IsSurfaceWater ( vector position)
inlineprotected

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

1076 {
1077 CGame game = GetGame();
1078 return game.SurfaceIsSea( position[0], position[2] ) || game.SurfaceIsPond( position[0], position[2] );
1079 }
proto native bool SurfaceIsSea(float x, float z)
proto native bool SurfaceIsPond(float x, float z)
proto native CGame GetGame()

Перекрестные ссылки GetGame(), CGame::SurfaceIsPond() и CGame::SurfaceIsSea().