Documentation
Help
Tutorials
RoadMap
Help Docs for wiki writers:
PmWiki
edit SideBar
bool PlaySoundNow(Sound * _pSound)
Public function of the Epee Engine Class
Description:plays a sound pointed to by _pSound
Arguments:
Required:
Sound * _pSoundPointer to the sound object to play.The sound object does not need to be in the sound list for this function to work
Return Value:returns true on successes, false otherwise