GetCreatureTurningSpeed

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Returns the Turning Speed of a Creature BaseForm or reference.
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]
(turningSpeed:float) creatureRefr.GetCreatureTurningSpeed creatureBase:form

Example

set fTurningSpeed to rCreatureRef.GetCreatureTurningSpeed
set fTurningSpeed to GetCreatureTurningSpeed CrCentaurEvolved 

Notes

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

See Also