All public logs

Jump to navigation Jump to search

Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:44, 20 December 2021 Thisdp talk contribs created page DgsGetClickingSound (Created page with "{{Client function}} __NOTOC__ This function gets the clicking sound that has already been applied. ==Syntax== <syntaxhighlight lang="lua"> string dgsGetClickingSound( element dgsElement ) </syntaxhighlight> ===Required Arguments=== *'''dgsElement:''' The dgs element you want to get from. ===Returns=== Returns a string if there is a clicking sound applied, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs btn = DGS:dgsCreateButton(0.2...")