# Anim Play

Grammar — AnimPlay animName props flags blendIn blendOut timeVariant timeType
FlagsNative | Function

Constructs and returns an AnimPlay message. This message will play an animation for the model based on the parameters given. It will only work on actors with models that have animations.

# Arguments

  • string — Anim Name
  • string — Props
  • int — Flags
  • fixed — Blend In
  • fixed — Blend Out
  • fixed — TimeVariant
  • int<preset::TimeVariant> — TimeType

Returns — string<actormsg>

native string MakeMsgAnimPlay(
	string animName,
	string animProps,
	int animFlags,
	fixed blendIn,
	fixed blendOut,
	fixed timeVariant,
	int timeType,
);

Category: Actor / Message Constructors

# Examples

— None found —