SvgGetDocumentXML

From Multi Theft Auto: Wiki
Revision as of 09:56, 28 September 2021 by LopSided (talk | contribs) (Fix typo)
Jump to navigation Jump to search

Gets the underlying XML document from an SVG element.

Syntax

xmlnode svgGetDocumentXML ( svg svgElement )

Required Arguments

  • svgElement: The svg element you want to get the XML document of.

Returns

  • Returns an xmlnode if successful, false otherwise

Example

See the example for svgSetDocumentXML

Requirements

This template will be deleted.

See Also