GetSoundLength

From Multi Theft Auto: Wiki
Revision as of 19:37, 26 December 2008 by Cazomino05 (talk | contribs) (→‎Syntax)
Jump to navigation Jump to search

Get the sound length.

Syntax

int getSoundLength ( element sound )

Required Arguments

  • sound: a sound element.

Returns

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

Example

TODO

Click to collapse [-]
Client
--TODO

See Also