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
  • 17:29, 23 March 2022 Thisdp talk contribs created page DgsIsDragNDropData (Created page with "__NOTOC__ {{Client function}} This function checks whether there is some data holding on cursor. ==Syntax== <syntaxhighlight lang="lua"> bool dgsIsDragNDropData ( ) </syntaxhighlight> ===Required Arguments=== None ===Returns=== Returns ''true'' if there is some data holding on cursor, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> loadstring(exports.dgs:dgsImportFunction())()-- load functions local sender = dgsCreateButton(200,200,200,200,"Sender"...")