SetSoundPitch: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetSoundPitch(sound, Pitch)}} {{FuncParameters}} {{FuncParam|sound|__EDIT_ME__}} {{FuncParam|Pitch...")
 
No edit summary
Line 15: Line 15:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[GetSoundVolume]]
* [[SetSoundVolume]]
* [[CreateSound]]
* [[DestroySound]]
* [[GetSoundPitch]]

Revision as of 15:17, 13 November 2019

SetSoundPitch

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

SetSoundPitch(sound, Pitch)

Parameters

  • sound
    __EDIT_ME__
  • Pitch
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also