SetScaleEx
Revision as of 18:29, 7 June 2015 by 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...")
< [[::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
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.