Author Topic: 3D sound datablocks  (Read 395 times)

Whenever I look into a script that has a sound datablock, I see one of these:
AudioClose3d
AudioOpen3d
AudioDefault3d
AudioLoop3d
AudioClosest3d

What do these mean?

That's the name of the audio description datablock. You use the datablock to define the qualities of the sound. You can call it whatever you want, even datablock AudioDescription(JeepWheelDebris). That will be the name you use in the audio profile. Consult http://tdn.garagegames.com/wiki/Audio/Profiles
« Last Edit: January 21, 2010, 09:27:41 PM by Wedge »

That's the name of the audio description datablock. You use the datablock to define the qualities of the sound. You can call it whatever you want, even datablock AudioDescription(JeepWheelDebris). That will be the name you use in the audio profile. Consult http://tdn.garagegames.com/wiki/Audio/Profiles
Thanks

(it requires you to log in to see the info lol)