GetGarageBoundingBox

From Multi Theft Auto: Wiki
Revision as of 06:03, 21 November 2011 by OpenIDUser32 (talk | contribs)
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
Accessories-text-editor.png Script Example Missing Function GetGarageBoundingBox needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.
-- TODO

See Also