GetGaragePosition

From Multi Theft Auto: Wiki
Revision as of 00:18, 18 April 2009 by EAi (talk | contribs) (→‎See Also)
Jump to navigation Jump to search

This function outputs X, Y and Z position of given garage.

Syntax

float, float, float getGaragePosition ( int garageID )

Required Arguments

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

Returns

Returns three floats indicating the position of the garage, x, y and z respectively.

Example

Click to collapse [-]
Client

-

-- TODO

See Also