# Anim Bracket Resume

Grammar — AnimBracketResume animName animTransitionFlags timeVariant timeType
FlagsNative | Function

Constructs and returns an AnimBracketResume actor message based on the parameters. This message will resume a stopped animation bracket being executed by an actor. It will only work on actors with models that have animations.

# Arguments

  • string — Anim Name
  • int — Anim Transition Flags
  • fixed — Time Variant
  • int — Time Type

Returns — string<actormsg>

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

Category: Actor / Message Constructors

# Examples

— None found —