SetElementMatrix

From Multi Theft Auto: Wiki
Revision as of 12:23, 11 September 2012 by Kenix1 (talk | contribs) (Created page with "{{Client function}} __NOTOC__ This function sets matrix to element. ==Syntax== <syntaxhighlight lang="lua"> bool setElementMatrix ( element theElement, table matrix ) </syntaxhighlight> ===Requ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function sets matrix to element.

Syntax

bool setElementMatrix ( element theElement, table matrix )       

Required Arguments

  • theElement: The element which you set matrix
  • matrix: The table witch contains matrix values.

Returns

Returns true if the matrix was set succesfully, false otherwise.

Requirements

Minimum server version n/a
Minimum client version 1.3.0-9.04485

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.3.0-9.04485" />

See Also