CreateSound: Difference between revisions

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


{{FuncSyntax|CreateSound(SoundFile [, bLoop])}}
{{FuncSyntax|CreateSound(SoundFile)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|SoundFile |__EDIT_ME__}}
{{FuncParam|SoundFile |__EDIT_ME__}}
{{FuncParamOptional|bLoop|__EDIT_ME__}}


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

Revision as of 14:29, 22 October 2019

CreateSound

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

CreateSound(SoundFile)

Parameters

  • SoundFile
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__