IsElementWithinColShape

From Multi Theft Auto: Wiki
Revision as of 19:32, 22 September 2006 by Ransom (talk | contribs)
Jump to navigation Jump to search
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