SetElementMatrix: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
m (Added missing type @ Syntax)
Line 5: Line 5:
==Syntax==
==Syntax==
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
bool setElementMatrix ( element theElement, matrix )       
bool setElementMatrix ( element theElement, table matrix )       
</syntaxhighlight>  
</syntaxhighlight>  



Revision as of 14:15, 11 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