GetElementMatrix: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: {{Client function}} __NOTOC__ // Placeholder article, please fill in details. ==Syntax== <syntaxhighlight lang="lua"> getElementMatrix ( element theElement ) </syntaxhighlight> ===Required Arguments=== ...)
 
No edit summary
Line 5: Line 5:
==Syntax==
==Syntax==
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
getElementMatrix ( element theElement )       
bool getElementMatrix ( element theElement )       
</syntaxhighlight>  
</syntaxhighlight>  



Revision as of 13:36, 26 April 2009

// Placeholder article, please fill in details.

Syntax

bool getElementMatrix ( element theElement )       

Required Arguments

  • theElement: TODO

Returns

TODO

Example

TODO

Click to collapse [-]
Client
-- TODO

See Also