# Attach Set Bearings From

Grammar — AttachSetBearingsFrom attachMethods actorName actorSiteOps
FlagsFunction

Constructs and returns an AttachSetBearingsFrom message. Sets the bearings of a model’s attach point (or potentially multiple attach points if you use an attach method) to a location or site op from a specified Actor.

# Arguments

  • string — AttachMethods
  • string — Actor Name
  • string — Actor Site Ops

Returns — string<actormsg>

string libNtve_gf_AttachSetBearingsFrom(
	string lp_attachMethods,
	string lp_actorName,
	string lp_actorSiteOps,
);

Category: Actor / Message Constructors

# Examples

— None found —