Welcome Guest [Log In] [Register]
Viewing Single Post From: Epee Engine
Alan
Administrator
[ *  *  * ]
bool PlaySoundNow(Sound * _pSound)

Public function of the Epee Engine Class

Description:
plays a sound pointed to by _pSound

Arguments:

Required:
Sound * _pSound
Pointer 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
Offline Profile Quote Post
Epee Engine · Documentation