# Attach Set Rotation

Grammar — AttachSetRotation attachMethods rotation
FlagsFunction

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

# Arguments

  • string — AttachMethods
  • fixed — Rotation

Returns — string<actormsg>

string libNtve_gf_AttachSetRotation(
	string lp_attachMethods,
	fixed lp_rotation,
);

Category: Actor / Message Constructors

# Examples

— None found —