Difference between revisions of "ModScale"

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


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

Revision as of 12:16, 12 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

SetScale