Difference between revisions of "GetScale"
Jump to navigation
Jump to search
imported>Maturin |
imported>Vswe m (Added Search Terms) |
||
(5 intermediate revisions by 4 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. | ||
When called on NPCs with the console, the result will be multiplied by the NPC's Race's Height attribute. | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Condition Functions]] | |||
[[Category: Condition Functions (CS 1.0)]] | |||
[[Category: Statistics Functions]] | [[Category: Statistics Functions]] | ||
[[Category: | [[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.