DayZ 1.24
Loading...
Searching...
No Matches
SoundObjectBuilder Class Reference

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.
 

Detailed Description

Definition at line 45 of file Sound.c.

Constructor & Destructor Documentation

◆ SoundObjectBuilder()

void SoundObjectBuilder::SoundObjectBuilder ( SoundParams soundParams)
private

Member Function Documentation

◆ AddEnvSoundVariables()

proto native void SoundObjectBuilder::AddEnvSoundVariables ( vector position)
private

◆ AddVariable()

proto native void SoundObjectBuilder::AddVariable ( string name,
float value )
private

Referenced by SetVariable().

◆ AddVariables()

proto void SoundObjectBuilder::AddVariables ( notnull array< string > names,
array< float > values = null )
private

◆ BuildSoundObject()

SoundObject SoundObjectBuilder::BuildSoundObject ( )
inlineprivate

Definition at line 49 of file Sound.c.

50 {
51 return GetGame().GetSoundScene().BuildSoundObject(this);
52 }
proto native CGame GetGame()

References GetGame().

◆ Initialize()

proto native void SoundObjectBuilder::Initialize ( SoundParams soundParams)
private

◆ SetVariable()

void SoundObjectBuilder::SetVariable ( string name,
float value )
inlineprivate

Deprecated - same functionality, just poor naming.

Definition at line 67 of file Sound.c.

68 {
70 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
proto native void AddVariable(string name, float value)

References AddVariable(), and name.

◆ UpdateEnvSoundControllers()

void SoundObjectBuilder::UpdateEnvSoundControllers ( vector position)
inlineprivate

Deprecated - same functionality, just poor naming.

Definition at line 61 of file Sound.c.

62 {
64 }
proto native void AddEnvSoundVariables(vector position)

References AddEnvSoundVariables().


The documentation for this class was generated from the following file: