|
DayZ 1.24
|
Private Member Functions | |
| void | SoundObjectBuilder (SoundParams soundParams) |
| SoundObject | BuildSoundObject () |
| proto native void | Initialize (SoundParams soundParams) |
| proto native void | AddEnvSoundVariables (vector position) |
| proto native void | AddVariable (string name, float value) |
| proto void | AddVariables (notnull array< string > names, array< float > values=null) |
| void | UpdateEnvSoundControllers (vector position) |
| Deprecated - same functionality, just poor naming. | |
| void | SetVariable (string name, float value) |
| Deprecated - same functionality, just poor naming. | |
|
private |
Referenced by UpdateEnvSoundControllers().
Referenced by SetVariable().
|
private |
|
inlineprivate |
|
private |
Deprecated - same functionality, just poor naming.
Definition at line 67 of file Sound.c.
References AddVariable(), and name.
Deprecated - same functionality, just poor naming.
Definition at line 61 of file Sound.c.
References AddEnvSoundVariables().