# Anim Bracket Stop

Grammar — AnimBracketStop animName animTransitionFlags timeVariant timeType
FlagsNative | Function

Constructs and returns an AnimBracketStop actor message based on the parameters. This message will stop an anim bracket with the same name as the Anim Name parameter being played by an actor, causing it to play its closing animation and return to normal behavior. It will only work on actors with models that have animations.

# Arguments

  • string — Anim Name
  • int — Anim Transition Flags
  • fixed — Time Variant
  • int<preset::TimeVariant> — Time Type

Returns — string<actormsg>

native string MakeMsgAnimBracketStop(
	string animName,
	int animTransitionFlags,
	fixed timeVariant,
	int timeType,
);

Category: Actor / Message Constructors

# Examples

— None found —