Sound::GetSoundGroup
Defined in:
Returns a sound's group.
C4Sound.h
Prototype
SoundGroup *GetSoundGroup(void) const;
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