GetCreatureFootWeight

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Returns the Foot Weight of a Creature BaseForm. If creatureRefr is passed, its BaseForm is checked.
Returns -1 if the form was not a valid creature.

This function can be used either in a script, or as a Condition.

Syntax

[help]
(footWeight:float) creatureRefr.GetCreatureFootWeight creatureBase:form

Example

set fFootWeight to rCreatureRef.GetCreatureFootWeight
set fFootWeight to GetCreatureFootWeight CrCentaurEvolved 

Notes

  • This was made available as a condition function in version 1.25.

See Also