# Anim Group Remove

Grammar — AnimGroupRemove props flags timeVariant timeType
FlagsNative | Function

Constructs and returns an AnimGroupRemove actor message based on the parameters. The AnimGroupRemove message is used to remove an extra animation group such as Burrow or Flying that has been apllied onto normal animations such as Walk or Stand.

# Arguments

  • string — Props
  • int — Flags
  • fixed — Time Variant
  • int<preset::TimeVariant> — Time Type

Returns — string<actormsg>

native string MakeMsgAnimGroupRemove(
	string animGroup,
	int animTransitionFlags,
	fixed timeVariant,
	int timeType,
);

Category: Actor / Message Constructors

# Examples

— None found —