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
Line 8: Line 8:
{{FuncParam|sound|The sound identifier.}}
{{FuncParam|sound|The sound identifier.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns 3 float values: X, Y and Z}}


== Example ==
== Example ==

Revision as of 20:45, 1 September 2020

GetSound3DLocation

Type: Function
Context: Client
Introduced: v1.0

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__

See also

__EDIT_ME__