SetSoundPosition
Jump to navigation
Jump to search
Sets custom sound seek position.
Syntax
bool setSoundPosition ( element sound, int pos )
Required Arguments
- sound: the element of the sound you want to play.
- pos: An integet number representing the position you wish to seek to.
Returns
Returns true if the sound position was successfully moved, false otherwise.
Example
TODO
Click to collapse [-]
Client--TODO
See Also