# Set Position From

Grammar — SetPositionFrom actor
FlagsFunction

Constructs and returns a SetPositionFrom actor message based on the parameters. This message will set the 3D position of an actor to the 3D position of another actor, specified through the Actor parameter.

# Arguments

  • string — Actor

Returns — string<actormsg>

string libNtve_gf_SetPositionFrom(string lp_actor);

Category: Actor / Message Constructors

# Examples

— None found —