# Set Position 2D H

Grammar — SetPosition2DH x y
FlagsFunction

Constructs and returns a SetPosition2DH actor message based on the parameters. This message sets the 2D position of an actor, determined by the X,Y parameters, while preserving the current height value.

# Arguments

  • fixed — X
  • fixed — Y

Returns — string<actormsg>

string libNtve_gf_SetPosition2DH(fixed lp_x, fixed lp_y);

Category: Actor / Message Constructors

# Examples

— None found —