Difference between revisions of "ModScale"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>Vswe
m (Added Search Terms)
 
(3 intermediate revisions by 3 users not shown)
Line 8: Line 8:


==See Also==
==See Also==
[[SetScale]]
*[[GetScale]]
 
* [[SetScale]]
 
*[[SetScaleEX]]


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Statistics Functions]]
[[Category: Statistics Functions]]
[[Category: Statistics Functions (CS 1.0)]]
<!-- Begin Search Terms
Mod
Scale
End Search Terms -->

Latest revision as of 12:07, 20 June 2008

Syntax:

ModScale float 

Example:

ModScale 1.5

ModScale increases the scale of the calling object by the specified amount. This is strictly additive -- if the current scale is 1.2 and you call ModScale .5, the new scale will be 1.7.


See Also[edit | edit source]