Table of Contents
Script::destroySound
Destroys a sound.
void destroySound(const std::string& soundName);
Name
Type
Description
soundName
const std::string&
The name of the Sound to destroy.
None.