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

◆ PlaySound()

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

См. определение в файле 3_Game/DayZ/Entities/InventoryItem.c строка 126

127 {
128 if (so == null)
129 return null;
130
132 AbstractWave wave = g_Game.GetSoundScene().Play3D(so, sob);
133
134 return wave;
135 }
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().