Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс SoundObjectBuilder

Закрытые члены

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.
 

Подробное описание

Конструктор(ы)

◆ SoundObjectBuilder()

void SoundObjectBuilder ( SoundParams soundParams)
private

Методы

◆ AddEnvSoundVariables()

proto native void AddEnvSoundVariables ( vector position)
private

Используется в UpdateEnvSoundControllers().

◆ AddVariable()

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

Используется в SetVariable().

◆ AddVariables()

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

◆ BuildSoundObject()

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

Перекрестные ссылки GetGame().

◆ Initialize()

proto native void Initialize ( SoundParams soundParams)
private

◆ SetVariable()

void SetVariable ( string name,
float value )
inlineprivate

Deprecated - same functionality, just poor naming.

68 {
70 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
Definition EntityAI.c:95
proto native void AddVariable(string name, float value)

Перекрестные ссылки AddVariable() и name.

◆ UpdateEnvSoundControllers()

void UpdateEnvSoundControllers ( vector position)
inlineprivate

Deprecated - same functionality, just poor naming.

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

Перекрестные ссылки AddEnvSoundVariables().


Объявления и описания членов класса находятся в файле: