SetCreatureBaseScale

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Sets the Base Scale of a Creature BaseForm or reference. The new value must be above or equal to 0.

Syntax

[help]
(success:bool) creatureRefr.SetCreatureBaseScale newVal:float creatureBase:form

Example

rCreatureRef.SetCreatureBaseScale 1
SetCreatureBaseScale 10 CrCentaurEvolved 

See Also