GetSoundPosition: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


===Returns===
===Returns===
Returns three ''float''s indicating the position of the sound, ''x'', ''y'' and ''z'' respectively.
Returns an''integer''s indicating the position of the sound in mini seconds. (times by 1000 to get seconds)


==Example==  
==Example==  

Revision as of 19:29, 26 December 2008

Get sound position in the GTA world.

Syntax

bool getSoundPosition ( string sound )

Required Arguments

  • sound: Name of the sound.

Returns

Returns anintegers indicating the position of the sound in mini seconds. (times by 1000 to get seconds)

Example

TODO

Click to collapse [-]
Client
--TODO

See Also