GetObjectScale

From Multi Theft Auto: Wiki
Revision as of 10:50, 8 November 2010 by Snert (talk | contribs) (Created page with "__NOTOC__ {{Server client function}} This function returns the visible size of an object. ==Syntax== <syntaxhighlight lang="lua"> float getObjectScale ( object theObject ) </syntaxhighlight> ===Require...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns the visible size of an object.

Syntax

float getObjectScale ( object theObject )

Required Arguments

  • theObject: The object you wish to return the scale of.

Returns

Returns a float indicating the scale of the object, if successful. false otherwise.

Example

-- TODO

See Also