# Anim Group Apply

Grammar — AnimGroupApply props atApply atRemove flags timeVariant timeType
FlagsNative | Function

Constructs and returns an AnimGroupApply actor message based on the parameters. The AnimGroupApply message is used to apply an extra animation group such as Burrow or Flying onto the normal animations such as Walk or Stand.

# Arguments

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

Returns — string<actormsg>

native string MakeMsgAnimGroupApply(
	string animGroup,
	string atApply,
	string atRemove,
	int animGroupApplyFlags,
	fixed timeVariant,
	int timeType,
);

Category: Actor / Message Constructors

# Examples

— None found —