StopSound

From Multi Theft Auto: Wiki
Revision as of 18:54, 26 December 2008 by Mekorea (talk | contribs) (New page: __NOTOC__ {{Client function}} Stops any created sound. ==Syntax== <syntaxhighlight lang="lua">bool stopSound ( string sound )</syntaxhighlight> ===Required Arguments=== *'''sound:''' Name of the sound you wan...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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