# Mover Set Destination From

Grammar — MoverSetDestinationFrom actorRefName
FlagsFunction

Constructs and returns a SetMoverDestinationFrom actor message. This message alters an actor’s 2D map grid destination relative to the actor referenced. It will only work on a mover site actor.

# Arguments

  • string — Actor Ref Name

Returns — string<actormsg>

string libNtve_gf_MoverSetDestinationFrom(
	string lp_actorRefName,
);

Category: Actor / Message Constructors

# Examples

— None found —