GetSoundPosition

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

Get sound position in the GTA world.

Syntax

bool getSoundPosition ( string sound )

Required Arguments

  • sound: Name of the sound you want to play.

Returns

Returns three floats indicating the position of the sound, x, y and z respectively.

Example

TODO

Click to collapse [-]
Client
--TODO

See Also