Arma Reforger Script API
|
Public Member Functions | |
proto void | GetMapValuesAtPos (vector pos, out float sea, out float forest, out float city, out float meadow) |
proto void | GetMapValuesAdvAtPos (vector pos, out float river, out float riverSlope, out float lake, out float coast) |
proto void | CalculateInterirorAt (vector pos, InteriorRequestCallback callback) |
proto void SoundWorld.CalculateInterirorAt | ( | vector | pos, |
InteriorRequestCallback | callback | ||
) |
proto void SoundWorld.GetMapValuesAdvAtPos | ( | vector | pos, |
out float | river, | ||
out float | riverSlope, | ||
out float | lake, | ||
out float | coast | ||
) |
proto void SoundWorld.GetMapValuesAtPos | ( | vector | pos, |
out float | sea, | ||
out float | forest, | ||
out float | city, | ||
out float | meadow | ||
) |