SetCreatureTurningSpeed

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

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

Syntax

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

Example

rCreatureRef.SetCreatureTurningSpeed 1
SetCreatureTurningSpeed 10 CrCentaurEvolved 

See Also