C4 Engine
C4 Engine API Documentation

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