GetSound3DLocation: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets the location of a 3d sound.}} {{FuncSyntax|GetSound3DLocation(sound)}} {{FuncParameters}} {{FuncParam|sound|The sound id..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
{{FuncParam|sound|The sound identifier.}} | {{FuncParam|sound|The sound identifier.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns 3 float values: X, Y and Z}} | ||
== Example == | == Example == | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
*[[GetSoundCount]] | |||
*[[IsValidSound]] | |||
*[[CreateSound]] | |||
*[[CreateSound3D]] | |||
*[[SetSound3DLocation]] | |||
*[[GetSound3DLocation]] | |||
*[[DestroySound]] | |||
*[[GetAllSounds]] | |||
*[[SetSoundVolume]] | |||
*[[GetSoundVolume]] | |||
*[[SetSoundPitch]] | |||
*[[GetSoundPitch]] | |||
*[[SetSoundFadeIn]] | |||
*[[SetSoundFadeOut]] |
Latest revision as of 20:45, 1 September 2020
Description
Gets the location of a 3d sound.
Syntax
GetSound3DLocation(sound)
Parameters
- sound
The sound identifier.
Return Value
- Returns 3 float values: X, Y and Z
Example
__EDIT_ME__