StopSound
Jump to navigation
Jump to search
Stops any created sound.
Syntax
bool stopSound ( string sound )
Required Arguments
- sound: Name of the sound you want to stop.
Returns
Returns true if the sound was successfully stopped, false otherwise.
Example
TODO
Click to collapse [-]
Client--TODO
See Also