SetWebPitch: Revision history

From Onset Developer Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 February 2022

  • curprev 14:0014:00, 23 February 2022BlueMountains talk contribs 430 bytes +430 Created page with "{{Info|Function|Client|1.5.5}} {{FuncDescription|Set the web UI audio pitch.}} {{FuncSyntax|SetWebPitch(web, pitch)}} {{FuncParameters}} {{FuncParam|web|The web identifier}} {{FuncParam|pitch|The new audio pitch, default: 1.0}} {{FuncReturnValue|This function returns '''true''' on success.}} == Example == <syntaxhighlight lang='Lua'> SetWebPitch(web, 0.85) </syntaxhighlight> {{RelatedFunctions}} {{Template:WebFunctions}}"