# Set Bearings From

Grammar — SetBearingsFrom actor
FlagsFunction

Constructs and returns a SetBearingsFrom actor message based on the parameters. This message will set the 3D position and 3D rotation of an actor to the same 3D position and 3D rotation of another actor chosen with the Actor parameter. It will only work on actors that have bearings, such as model actors or doodad actors.

# Arguments

  • string — Actor

Returns — string<actormsg>

string libNtve_gf_SetBearingsFrom(string lp_actor);

Category: Actor / Message Constructors

# Examples

— None found —