GetElementInterior

From Multi Theft Auto: Wiki
Revision as of 11:03, 19 September 2006 by MrJax (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function allows you to retrieve the interior of any element. An interior is the current loaded place, 0 being outside.

Syntax

int getElementInterior ( element theElement )

Required Arguments

  • theElement: The element in which you'd like to retrieve the interior of.

Returns

Returns an integer for the interior if 'theElement' is valid, 'false' otherwise.

Example


See Also