IsElementWithinColShape: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 18: Line 18:
==See Also==
==See Also==
{{element functions}}
{{element functions}}
[[Category:Needs Example]]

Revision as of 14:36, 20 September 2006

This function is used to tell if an element is within a collision shape.

Syntax

bool isElementWithinColShape ( element theElement, colshape theShape )

Required Arguments

  • theElement: The element you're checking.
  • theShape: The colshape you're checking

Returns

Returns true if the element is withing the colshape.

Example


See Also