Documentation
Help
Tutorials
RoadMap
Help Docs for wiki writers:
PmWiki
edit SideBar
bool IsSoundPlaying(Sound *_pSound)
Public function of the Epee Engine Class
Description:Checks to see if the sound _pSound is playing
Arguments:
Required:Sound * _pSoundSound object to check
Return Value:returns true if the channel associated with _pSound is playing.returns false otherwise