# Set Rotation From

Grammar — SetRotationFrom actor
FlagsFunction

Constructs and returns a SetRotationFrom actor message based on the parameters. This message will set the 3D rotation of an actor to the 3D rotation of another actor specified through the Actor parameter.

# Arguments

  • string — Actor

Returns — string<actormsg>

string libNtve_gf_SetRotationFrom(string lp_actor);

Category: Actor / Message Constructors

# Examples

— None found —