# Mover Set Speed From Duration

Grammar — MoverSetSpeedFromDuration value
FlagsFunction

Constructs and returns a MoverSetSpeedFromDuration actor message. This will set the movers speed based on a duration of time. A shorter time will cause it to move faster. It will only work on a mover site actor.

# Arguments

  • fixed — Value

Returns — string<actormsg>

string libNtve_gf_MoverSetSpeedFromDuration(
	fixed lp_value,
);

Category: Actor / Message Constructors

# Examples

— None found —