Difference between revisions of "SetScaleEx"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Sets the <i>scale</i> of the calling reference. Unlike SetScale, the scale is not limited to a certain range. |name = SetScaleEx |r...")
(No difference)

Revision as of 18:29, 7 June 2015

< [[::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