SetElementMatrix

From Multi Theft Auto: Wiki
Revision as of 12:54, 2 January 2014 by Myonlake (talk | contribs)
Jump to navigation Jump to search

Accessories-text-editor.png Script Example Missing Function SetElementMatrix needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


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