SetCreatureFootWeight
From GECK
A function added by the ShowOff NVSE Plugin.
Contents
Description
Sets the Foot Weight of a Creature BaseForm. If a reference is passed, its BaseForm is modified. The new value must be above or equal to 0.
Syntax
(success:bool) creatureRefr.SetCreatureFootWeight newVal:float creatureBase:form
Example
rCreatureRef.SetCreatureFootWeight 1 SetCreatureFootWeight 10 CrCentaurEvolved