# Attach Set Rotation From

Grammar — AttachSetRotationFrom attachMethods actorName actorSiteOps
FlagsFunction

Constructs and returns an AttachSetRotationFrom message. Sets the rotation 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_AttachSetRotationFrom(
	string lp_attachMethods,
	string lp_actorName,
	string lp_actorSiteOps,
);

Category: Actor / Message Constructors

# Examples

— None found —