S2ENGINE HD  1.4.6
Official manual about S2Engine HD editor and programming
SoundSource

Base Class: SceneObject

Sound.jpg

SoundSource is an object that emits a sound.

Parameters
SoundName(sound filename) filename of the sound to play.
Volume(float) Volume of the sound to play.
Range(float) Radius of influence of the sound source.
Loop(bool) if true the sound of the source is looped, otherwise the source is destroyed when sound stop.

Receiving Messages

none

Sending Messages

none

See also
Messages