C4 Engine Terathon Software C4 Engine API Documentation

• Sound Manager

API Links
Developer Links

Sound::Release

Defined in:  C4Sound.h
Releases a sound.
Prototype

void Release(void);

Description
The Release function should be called when the sound object is no longer being used. Sound objects cannot be destroyed using the delete operator. If the sound is playing when Release is called, then the sound is immediately stopped.