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...)
(No difference)

Revision as of 06:19, 22 August 2007

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

Client

Template:Client xml functions

Server