IsElementWithinMarker: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
===Required Arguments===
===Required Arguments===
*'''theElement:''' The [[element]] you're checking.
*'''theElement:''' The [[element]] you're checking.
*'''theShape:''' The [[marker]] you're checking.
*'''theMarker:''' The [[marker]] you're checking.


===Returns===
===Returns===

Revision as of 18:03, 21 September 2009

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.
  • theMarker: The marker you're checking.

Returns

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

Example

--TODO

See Also