GetSoundPitch: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetSoundPitch(sound)}} {{FuncParameters}} {{FuncParam|sound|__EDIT_ME__}} {{FuncReturnValue|__EDI...")
 
No edit summary
Line 14: Line 14:


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

Revision as of 15:17, 13 November 2019

GetSoundPitch

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

GetSoundPitch(sound)

Parameters

  • sound
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also