CreateSound3D: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|CreateSound3D(SoundFile, x, y, z [, radius, bLoop])}} {{FuncParameters}} {{FuncParam|SoundFile|__E...")
 
No edit summary
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|CreateSound3D(SoundFile, x, y, z [, radius, bLoop])}}
{{FuncSyntax|CreateSound3D(SoundFile, x, y, z, radius)}}


{{FuncParameters}}
{{FuncParameters}}
Line 9: Line 9:
{{FuncParam|x|__EDIT_ME__}}
{{FuncParam|x|__EDIT_ME__}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|z |__EDIT_ME__}}
{{FuncParam|z|__EDIT_ME__}}
{{FuncParam|radius|__EDIT_ME__}}
{{FuncParam|radius|__EDIT_ME__}}
{{FuncParamOptional|bLoop|__EDIT_ME__}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}

Revision as of 14:29, 22 October 2019

CreateSound3D

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

CreateSound3D(SoundFile, x, y, z, radius)

Parameters

  • SoundFile
    __EDIT_ME__
  • x
    __EDIT_ME__
  • y
    __EDIT_ME__
  • z
    __EDIT_ME__
  • radius
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__