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
  • 11:09, 26 February 2022 TFv10 talk contribs created page DgsSVGGetDocument (Created page with "{{Client function}} __NOTOC__ Gets the underlying XML document from an SVG element. ==Syntax== <syntaxhighlight lang="lua"> xmlnode dgsSVGGetDocument( svg svgElement ) </syntaxhighlight> ===Required Arguments=== *'''svgElement:''' The svg element you want to get the XML document of. ===Returns=== * Returns an xmlnode if successful, false otherwise ==Example== <section name="Client" class="client" show="true"> <syntaxhighlight lang="lua"> loadstring(exports.d...")