DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ PlaySound()

AbstractWave DayZPlayer::PlaySound ( SoundObject so,
SoundObjectBuilder sob )
inlineprotected

Sounds

См. определение в файле DayZPlayerImplement.c строка 3152

3153 {
3154 if (so == null)
3155 return null;
3156
3158 AbstractWave wave = GetGame().GetSoundScene().Play3D(so, sob);
3159 return wave;
3160 }
proto native AbstractSoundScene GetSoundScene()
proto native CGame GetGame()
proto native AbstractWave Play3D(SoundObject soundObject, SoundObjectBuilder soundBuilder)
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9
void AbstractWave()
Определения Sound.c:167
proto native void SetPosition(vector position)
Note: Sets the position locally if parented, retrieves globally with the sound offset.

Перекрестные ссылки AbstractWave(), GetGame(), GetPosition, CGame::GetSoundScene(), AbstractSoundScene::Play3D(), SoundObject::SetPosition() и SoundObjectBuilder().