# Mover Set Destination 2D

Grammar — MoverSetDestination2D x y
FlagsFunction

Constructs and returns a SetMoverDestination2D actor message. This message alters an actor’s 2D map grid destination based on the X,Y parameters. It will only work on a mover site actor.

# Arguments

  • fixed — X
  • fixed — Y

Returns — string<actormsg>

string libNtve_gf_MoverSetDestination2D(
	fixed lp_x,
	fixed lp_y,
);

Category: Actor / Message Constructors

# Examples

— None found —