AddResourceConfig

From Multi Theft Auto: Wiki
Revision as of 16:31, 19 October 2007 by JHXP (talk | contribs) (New page: {{Server function}} __NOTOC__ tba ==Syntax== <syntaxhighlight lang="lua"> xmlnode addResourceConfig ( resource, name, type = "server" ) </syntaxhighlight> ===Required Arguments=== <!-- List each argument one p...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

tba

Syntax

xmlnode addResourceConfig ( resource, name, type = "server" )

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

tba

Example

This function lists all loaded resources in the console.

function blabla ()
     --this does blabla
end

See Also