IsElementWithinMarker

From Multi Theft Auto: Wiki
Revision as of 18:02, 21 September 2009 by Sebassje (talk | contribs)
Jump to navigation Jump to search

This function is used to determine if an element is within a marker.

Syntax

bool isElementWithinMarker ( element theElement, marker theMarker )

Required Arguments

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

Returns

Returns true if the element is within the marker, false otherwise

Example

--TODO

See Also