Welcome Guest [Log In] [Register]
Viewing Single Post From: Sound
Alan
Administrator
[ *  *  * ]
bool SetNumberOfTimesToLoop(int _NumberOfTimesToLoop)

Public function of the Sound Class

Description:
sets the number of times to loop the sound


Arguments:

Required:

int _NumberOfTimesToLoop
number of times to loop the sound
passing in zero cause the sound to loop forever
must be greater than zero


Return Value:
returns true on success, false otherwise
Offline Profile Quote Post
Sound · Documentation