SetSound3DLocation: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Sets the location of a 3d sound.}} {{FuncSyntax|SetSound3DLocation(sound, x, y, z])}} {{FuncParameters}} {{FuncParam|sound|Th...")
 
No edit summary
Line 3: Line 3:
{{FuncDescription|Sets the location of a 3d sound.}}
{{FuncDescription|Sets the location of a 3d sound.}}


{{FuncSyntax|SetSound3DLocation(sound, x, y, z])}}
{{FuncSyntax|SetSound3DLocation(sound, x, y, z)}}


{{FuncParameters}}
{{FuncParameters}}

Revision as of 12:00, 5 November 2019

SetSound3DLocation

Type: Function
Context: Client
Introduced: v1.0

Description

Sets the location of a 3d sound.

Syntax

SetSound3DLocation(sound, x, y, z)

Parameters

  • sound
    The sound identifier.
  • x
    __EDIT_ME__
  • y
    __EDIT_ME__
  • z
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__