# Attach Set Bearings

Grammar — AttachSetBearings attachMethods bearings
FlagsFunction

Constructs and returns an AttachSetBearings message. Sets the bearings of a model’s attach point (or potentially multiple attach points if you use an attach method) to the specified world coordinates and rotation.

# Arguments

  • string — AttachMethods
  • string — Bearings

Returns — string<actormsg>

string libNtve_gf_AttachSetBearings(
	string lp_attachMethods,
	string lp_bearings,
);

Category: Actor / Message Constructors

# Examples

— None found —