IsAnimSequencePlaying
From GECK
A function added by the kNVSE Plugin.
Contents
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
reference.IsAnimSequencePlaying path:string
Example
IsAnimSequencePlaying "Characters\MyAnimation.kf"