GetGarageSize: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 14: Line 14:
Returns three ''float''s indicating the size of the garage.
Returns three ''float''s indicating the size of the garage.


==Example==  
==Example==
<section name="Client" class="client" show="true">
<section name="Client" class="client" show="true">
-
{{Example}}
<syntaxhighlight lang="lua">
-- TODO
</syntaxhighlight>
</section>
</section>


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

Revision as of 06:03, 21 November 2011

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
Accessories-text-editor.png Script Example Missing Function GetGarageSize needs a script example, help out by writing one.

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

See Also