Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SoundWorld.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
class
SoundWorldClass
: GenericEntityClass
13
{
14
}
15
16
class
SoundWorld:
GenericEntity
17
{
18
proto
void
GetMapValuesAtPos
(vector pos, out
float
sea, out
float
forest, out
float
city, out
float
meadow);
19
proto
void
GetMapValuesAdvAtPos
(vector pos, out
float
river, out
float
riverSlope, out
float
lake, out
float
coast);
20
proto
void
CalculateInterirorAt
(vector pos,
InteriorRequestCallback
callback
);
21
}
22
SoundWorldClass
Definition:
SoundWorld.c:12
GenericEntity
SCR_GenericBoxEntityClass GenericEntity
GetMapValuesAdvAtPos
proto void GetMapValuesAdvAtPos(vector pos, out float river, out float riverSlope, out float lake, out float coast)
CalculateInterirorAt
proto void CalculateInterirorAt(vector pos, InteriorRequestCallback callback)
GetMapValuesAtPos
SoundWorldClass GenericEntityClass GetMapValuesAtPos(vector pos, out float sea, out float forest, out float city, out float meadow)
InteriorRequestCallback
Definition:
InteriorRequestCallback.c:7
callback
DownloadConfigCallback callback
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Entities
SoundWorld.c
Generated by
1.8.17