IsAnimSequencePlaying

From GECK
Jump to: navigation, search


A function added by the kNVSE Plugin.

Description

Returns whether an animation with the specified path is playing on the specified actor. Shorthand for calling GetAnimationAttributes on an actor for a path and checking if the state is not 0.

Syntax

[help]
reference.IsAnimSequencePlaying path:string

Example

IsAnimSequencePlaying "Characters\MyAnimation.kf"

See Also