SetElementMatrix

From Multi Theft Auto: Wiki
Revision as of 12:23, 11 September 2012 by Kenix1 (talk | contribs)
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 data.

Returns

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

Requirements

This template will be deleted.

See Also