Element/XML: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ The xmlnode class represents xmlnodes controlled by either server or client side scripting. This class is created when a client or server script creates it and it is destroyed in...)
 
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:


==Related scripting functions==
==Related scripting functions==
===Client===
{{Client_xml_functions}}
===Server===
{{XML functions}}
{{XML functions}}

Latest revision as of 15:39, 11 September 2024

The xmlnode class represents xmlnodes controlled by either server or client side scripting. This class is created when a client or server script creates it and it is destroyed in the same way.

The element type of this class is "xmlnode".

Related scripting functions