C4 Engine Terathon Software C4 Engine API Documentation

• Sound Manager

API Links
Developer Links

Sound::GetSoundGroup

Defined in:  C4Sound.h
Returns a sound's group.
Prototype

SoundGroup *GetSoundGroup(voidconst;

Description
The GetSoundGroup function returns a pointer to the sound's group. If the sound if not a member of a group, then the return value is nullptr.
See Also

Sound::SetSoundGroup

SoundGroup