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 difference)

Revision as of 11:59, 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__