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

◆ GetSurfaceNoise()

float IEntity::GetSurfaceNoise ( )
inlineprivate

Returns noise multiplier of surface under object.

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

392 {
393 vector position = GetPosition();
394 return g_Game.SurfaceGetNoiseMultiplier(NULL, position, -1);
395 }
DayZGame g_Game
Определения DayZGame.c:3942
proto native vector GetPosition()
Retrieve position.

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