GetSoundLength

From Multi Theft Auto: Wiki
Revision as of 19:32, 26 December 2008 by Cazomino05 (talk | contribs) (New page: __NOTOC__ {{Client function}} Get the sound length. ==Syntax== <syntaxhighlight lang="lua">bool getSoundLength ( string sound )</syntaxhighlight> ===Required Arguments=== *'''sound:''' Name of the sound. ===...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Get the sound length.

Syntax

bool getSoundLength ( string sound )

Required Arguments

  • sound: Name of the sound.

Returns

Returns an integer indicating the length of the sound in mini seconds. (times by 1000 to get seconds)

Example

TODO

Click to collapse [-]
Client
--TODO

See Also