GetAllElementData

From Multi Theft Auto: Wiki
Revision as of 12:12, 28 March 2008 by Arc (talk | contribs) (New page: __NOTOC__ {{Server function}} Returns a table of all element data of an element. ==Syntax== <syntaxhighlight lang="lua"> table getAllElementData ( element theElement ) </syntaxhighlight> ===Required Arguments=== *...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns a table of all element data of an element.

Syntax

table getAllElementData ( element theElement )

Required Arguments

  • theElement: the element you want to get the element data of.

Returns

If successful, returns a table with as keys the names of the element data and as values the corresponding element data values. Returns false in case of failure.

See Also