Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Sound

Classes

class  AudioSourceConfig
class  SndBaseModule
class  SndSystem
class  SndWorldClass
class  SoundManagerModule

Enumerations

enum  SndComponentCallbacks {
  Update , OnPostInit , OnDelete , OnInit ,
  None , All , Update , OnPostInit ,
  OnDelete , OnInit , None , All
}
enum  SndComponentCallbacks {
  Update , OnPostInit , OnDelete , OnInit ,
  None , All , Update , OnPostInit ,
  OnDelete , OnInit , None , All
}

Functions

SndWorldClass GenericEntityClass GetMapValuesAtPos (vector pos, out float sea, out float forest, out float city, out float meadow, out float coast, out float height)

Detailed Description

Enumeration Type Documentation

◆ SndComponentCallbacks [1/2]

Enumerator
Update 
OnPostInit 
OnDelete 
OnInit 
None 
All 
Update 
OnPostInit 
OnDelete 
OnInit 
None 
All 

Definition at line 12 of file SndComponentCallbacks.c.

◆ SndComponentCallbacks [2/2]

Enumerator
Update 
OnPostInit 
OnDelete 
OnInit 
None 
All 
Update 
OnPostInit 
OnDelete 
OnInit 
None 
All 

Definition at line 12 of file SndComponentCallbacks.c.

Function Documentation

◆ GetMapValuesAtPos()

SndWorldClass GenericEntityClass GetMapValuesAtPos ( vector pos,
out float sea,
out float forest,
out float city,
out float meadow,
out float coast,
out float height )