ScriptEvent:playAnimBlended

From Mod Wiki

Parameters

integer channel -- Channel to play the animation on.
string anim -- Name of the animation to play.
float blend -- Length of time is seconds to blend from the current pose.

Result

float

Supported By

sdClientAnimated
idAnimatedEntity

Comments

  • If the animation isn't found, the result will be 0.

Functionality

Plays the given animation once on the specified channel using the blend time to blend from the current pose, and returns the length of the animation.