DgsSetClickingSound: 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:4202:42, 20 December 2021Thisdp talk contribs 714 bytes +714 Created page with "{{Client function}} __NOTOC__ This function applies a clicking sound to a dgs element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsSetClickingSound( element dgsElement, string soundPath ) </syntaxhighlight> ===Required Arguments=== *'''dgsElement:''' The dgs element you want to apply to. *'''soundPath :''' A string of the path of the sound ( url is supported ) '''nil for disabled''' ===Returns=== Returns ''true'' if succeed, ''false'' otherwise. ==Example== <sy..."