IsElementWithinColShape

From Multi Theft Auto: Wiki
Revision as of 21:21, 19 November 2006 by EAi (talk | contribs)
Jump to navigation Jump to search

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