GetGarageBoundingBox

From Multi Theft Auto: Wiki
Revision as of 11:53, 19 October 2008 by Mekorea (talk | contribs) (New page: __NOTOC__ {{client function}} This function outputs the bounding box of a garage. ==Syntax== <syntaxhighlight lang="lua"> float, float, float, float getGarageBoundingBox ( int garageID ) </syntaxhighlight> ==...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function outputs the bounding box of a garage.

Syntax

float, float, float, float getGarageBoundingBox ( int garageID )

Required Arguments

  • garageID: The garage ID that represents the garage door that is being checked.

Returns

Returns four floats indicating the bounding box of the garage. Western X position, Eastern X position, Southern Y position, Northern Y position.

Example

Click to collapse [-]
Client

-

-- TODO

See Also