SvgGetDocumentXML

From Multi Theft Auto: Wiki
Revision as of 03:19, 20 February 2022 by LODS (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Minimum server version n/a
Minimum client version 1.5.8-9.20979

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.5.8-9.20979" />

See Also