SetScaleEx

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the scale of the calling reference. Unlike SetScale, the scale is not limited to a certain range.

Syntax

[help]
reference.SetScaleEx newScale:float

Example

someObjectRef.SetScaleEx 1.33

Notes

  • The reference should be disabled and then (on the next frame) re-enabled after calling this function, in order to update its scale and collision properties. Alternatively, Update3D can be called on the reference.

See Also