# Anim Clear All But

Grammar — AnimClearAllBut animName blendTime
FlagsFunction

Constructs and returns an AnimClearAllBut actor message. This message will clear all animation sequences except that with the same name as the Anim Name parameter being played by an actor. It will only work on actors with models that have animations.

# Arguments

  • string — Anim Name
  • fixed — Blend Time

Returns — string<actormsg>

string libNtve_gf_AnimClearAllBut(
	string lp_animName,
	fixed lp_blendTime,
);

Category: Actor / Message Constructors

# Examples

— None found —