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

◆ PlaySound()

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

Sounds

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

3195 {
3196 if (so == null)
3197 return null;
3198
3200 AbstractWave wave = g_Game.GetSoundScene().Play3D(so, sob);
3201 return wave;
3202 }
DayZGame g_Game
Определения DayZGame.c:3942
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473
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(), g_Game, GetPosition(), SoundObject::SetPosition() и SoundObjectBuilder().