Difference between revisions of "GetScale"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Category links)
imported>Vswe
m (Added Search Terms)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''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 5: Line 8:


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Functions (CS 1.0)]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]
Line 10: 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.