# Anim Set Completion

Grammar — AnimSetCompletion animName percent
FlagsFunction

Constructs and returns an AnimSetCompletion actor message. This message will set the animation to be a percentage complete. It will only work on actors with models that have animations.

# Arguments

  • string — Anim Name
  • fixed — Percent

Returns — string<actormsg>

string libNtve_gf_AnimSetCompletion(
	string lp_animName,
	fixed lp_percent,
);

Category: Actor / Message Constructors

# Examples

— None found —