XmlDestroyNode: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Server client function}} tba ==Syntax== <section name="Server and Client" class="both" show="true"> <syntaxhighlight lang="lua"> bool xmlDestroyNode ( xmlnode ) </syntaxhighlight> ===Required Argument...)
 
mNo edit summary
Line 4: Line 4:


==Syntax==  
==Syntax==  
<section name="Server and Client" class="both" show="true">
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
bool xmlDestroyNode ( xmlnode )
bool xmlDestroyNode ( xmlnode )

Revision as of 18:03, 19 October 2007

tba

Syntax

bool xmlDestroyNode ( xmlnode )

Required Arguments

  • argumentName: description

Optional Arguments

NOTE: When using optional arguments, you might need to supply all arguments before the one you wish to use. For more information on optional arguments, see optional arguments.

  • argumentName2: description
  • argumentName3: description

Returns

Returns a table of resources.

Example

This function lists all loaded resources in the console.

function blabla ()
     --this does blabla
end

See Also