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

◆ IsSurfaceSea()

bool Hologram::IsSurfaceSea ( vector position)
inlineprotected

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

1082 {
1083 CGame game = GetGame();
1084 return game.SurfaceIsSea( position[0], position[2] );
1085 }
proto native bool SurfaceIsSea(float x, float z)
proto native CGame GetGame()

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