GetAllElementData: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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=== *...)
(No difference)

Revision as of 12:12, 28 March 2008

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

Shared