# Set Animation Duration

Grammar — Set the identifier animation duration for target to duration seconds
FlagsAction

Set the amount of seconds to play a specified animation.

# Arguments

  • actor — Target
  • string — Identifier
  • fixed — Duration

Returns — void

void libNtve_gf_SetAnimationDuration(
	actor lp_target,
	string lp_identifier,
	fixed lp_duration,
);

Category: Animation / Advanced

# Examples

— None found —