GetSoundPosition: Difference between revisions
Jump to navigation
Jump to search
(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...) |
No edit summary |
||
Line 7: | Line 7: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''sound:''' Name of the sound | *'''sound:''' Name of the sound. | ||
===Returns=== | ===Returns=== |
Revision as of 19:00, 26 December 2008
Get sound position in the GTA world.
Syntax
bool getSoundPosition ( string sound )
Required Arguments
- sound: Name of the sound.
Returns
Returns three floats indicating the position of the sound, x, y and z respectively.
Example
TODO
Click to collapse [-]
Client--TODO
See Also