GetElementColShape

From Multi Theft Auto: Wiki
Revision as of 16:30, 8 March 2008 by 50pence (talk | contribs) (New page: {{Server function}} __NOTOC__ This function is used to get element's colshape. ==Syntax== <syntaxhighlight lang="lua"> colshape getElementColShape ( element theElement ) </syntaxhighlight> ===Require...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function is used to get element's colshape.

Syntax

colshape getElementColShape ( element theElement )          

Required Arguments

  • theElement: The element you want to get the colshape of

Returns

Returns colshape of the element, false if not or an invalid argument was passed to the function.

Example


See Also