SetAnimWeight

From GECK
Jump to: navigation, search


A function added by the kNVSE Plugin.

Description

Sets the weight of the specified animation sequence. The weight affects the influence or contribution of the animation sequence to the overall animation blend. A higher weight value means the animation has a stronger influence on the character's animation.

Syntax

[help]
actor.SetAnimWeight anim sequence path:string weight:float

Example

player.SetAnimWeight "Characters\MyAnimation.kf" 0.75

See Also