Difference between revisions of "GetScale"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Added update tag)
imported>Vswe
m (Added Search Terms)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Update}}
'''Syntax:'''
(Scale:float) reference.GetScale
 
Returns the current scale of the calling reference: 1.0 is normal scale, less than 1 is smaller, greater than 1 is larger.
Returns the current scale of the calling reference: 1.0 is normal scale, less than 1 is smaller, greater than 1 is larger.


Line 12: Line 14:
[[Category: Statistics Functions]]
[[Category: Statistics Functions]]
[[Category: Statistics Functions (CS 1.0)]]
[[Category: Statistics Functions (CS 1.0)]]
<!-- Begin Search Terms
Get
Scale
End Search Terms -->

Latest revision as of 09:24, 20 June 2008

Syntax:

(Scale:float) reference.GetScale

Returns the current scale of the calling reference: 1.0 is normal scale, less than 1 is smaller, greater than 1 is larger.

When called on NPCs with the console, the result will be multiplied by the NPC's Race's Height attribute.