GetGarageSize: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{client function}} This function outputs the size of garage. ==Syntax== <syntaxhighlight lang="lua"> float, float, float getGarageSize ( int garageID ) </syntaxhighlight> ===Required Arguments=== *...)
 
mNo edit summary
Line 23: Line 23:


==See Also==
==See Also==
{{World functions}}
{{Client world functions}}
[[Category:Needs_More_Examples]]
[[Category:Needs_More_Examples]]

Revision as of 09:00, 18 April 2009

This function outputs the size of garage.

Syntax

float, float, float getGarageSize ( int garageID )

Required Arguments

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

Returns

Returns three floats indicating the size of the garage.

Example

Click to collapse [-]
Client

-

-- TODO

See Also