ModScale

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

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.

The function accepts values from 0.5 to 2.0 inclusively.

Syntax

[help]
ref.ModScale scaleModifier:float

Example

ModScale 0.5
ModScale -0.5 

See Also