DgsGetClickingSoundVolume: Revision history

Jump to navigation Jump to search

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.

20 December 2021

  • curprev 02:4702:47, 20 December 2021Thisdp talk contribs 723 bytes −1 →‎Syntax
  • curprev 02:4602:46, 20 December 2021Thisdp talk contribs 724 bytes +724 Created page with "{{Client function}} __NOTOC__ This function gets the volume of the clicking sound of a dgs element ==Syntax== <syntaxhighlight lang="lua"> number dgsGetClickingSoundVolume( element dgsElement ) </syntaxhighlight> ===Required Arguments=== *'''dgsElement:''' The dgs element you want to set. ===Returns=== Returns a ''float'' indicates the volume of the clicking sound if succeed, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs btn = DG..."