IsElementWithinColShape: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Needs_Checking|Needs Example}}
__NOTOC__
__NOTOC__
This function is used to tell if an element is within a collision shape.
This function is used to tell if an element is within a collision shape.
Line 18: Line 20:
==See Also==
==See Also==
{{element functions}}
{{element functions}}
[[Category:Needs Example]]

Revision as of 19:32, 22 September 2006

Dialog-information.png This article needs checking.

Reason(s): Needs Example


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