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

Base Class: StaticGeom

StaticSound.jpg

Overview

StaticSoundSource is the static version of SoundSource. It differs from SoundSource mainly for the fact that it is always in loop. Since it is a static object it is not updated so it is faster than SoundSource. Useful for environment sounds.

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.

Receiving Messages

none

Sending Messages

none

See also
Messages