IsElementWithinMarker

From Multi Theft Auto: Wiki
Revision as of 15:49, 21 September 2009 by Awwu (talk | contribs) (Created page with '{{Server client function}} __NOTOC__ This function is used to determine if an element is within a marker. ==Syntax== <syntaxhighlight lang="lua">bool isElementWithinMarker ( element th…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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