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

◆ PlaySound()

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

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

205 {
206 if(so == NULL)
207 {
208 return NULL;
209 }
210
212 AbstractWave wave = GetGame().GetSoundScene().Play3D(so, sob);
213 return wave;
214 }
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().