Difference between revisions of "ModScale"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
Line 14: Line 14:


[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (GECK 1.0)]]
[[Category: Functions (GECK 1.1)]]

Latest revision as of 12:54, 15 August 2009

Syntax:

ModScale float 

Example:

ModScale 0.5
ModScale -0.5

ModScale increases\decreases the scale of the calling object by the specified amount. If the current scale is 1.2 and you call ModScale 0.5, the new scale will be 1.7.


See Also[edit | edit source]

SetScale