# Anim Set Time Scale

Grammar — AnimSetTimeScale animName scale
FlagsFunction

Constructs and returns an AnimSetTimeScale actor message. This message will set the time scale of the animation. It will only work on actors with models that have animations.

# Arguments

  • string — Anim Name
  • fixed — Scale

Returns — string<actormsg>

string libNtve_gf_AnimSetTimeScale(
	string lp_animName,
	fixed lp_scale,
);

Category: Actor / Message Constructors

# Examples

— None found —