SetElementMatrix: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Added missing type @ Syntax)
No edit summary
Line 20: Line 20:
==See Also==
==See Also==
{{Client_element_functions}}
{{Client_element_functions}}
{{Needs Example}}

Revision as of 09:33, 16 September 2012

This function sets matrix to element.

Syntax

bool setElementMatrix ( element theElement, table matrix )       

Required Arguments

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

Returns

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

Requirements

This template will be deleted.

See Also




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.