SetElementMatrix

From Multi Theft Auto: Wiki
Revision as of 13:08, 17 September 2012 by X86dev (talk | contribs)
Jump to navigation Jump to search

This function sets matrix to element.

Syntax

bool setElementMatrix ( element theElement, table theMatrix )       

Required Arguments

  • theElement: The element which you set matrix
  • theMatrix: The matrix.

Returns

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

Example

TODO

--TODO

Requirements

This template will be deleted.

See Also