Welcome Guest [Log In] [Register]
Viewing Single Post From: Epee Engine
Alan
Administrator
[ *  *  * ]
bool DestroySound(std::string _name);

Public function of the Epee Engine Class

Description:
removes the a sound from the sound list and deletes the sound object


Arguments:

Required:
std::string _name
name of the sound to remove and delete

Return Value:
returns true if the sound is removed from the list and deleted.
returns false on failure of finding the sound in the list or if it can not be removed or deleted
Offline Profile Quote Post
Epee Engine · Documentation