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...")
 
imported>Jazzisparis
 
Line 15: Line 15:
==See Also==
==See Also==
*[[SetScale]]
*[[SetScale]]
[[Category:Functions_(JIP)]]
[[Category:Functions (JIP)]]
[[Category:Miscellaneous Functions (JIP)]]
[[Category:Misc Reference Functions (JIP)]]

Latest revision as of 02:04, 29 March 2017

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