# Attach Model To Actor

Grammar — Attach model to attachPoint on actor
FlagsAction

Creates a generic actor with the specified model attached to an actor at the specified attach point. Use “Last Created Actor” to get the attached model’s actor.

# Arguments

  • actor — Actor
  • string [ gamelink::Model ] — Model
  • string [ preset::AttachPoints ] — AttachPoint

Returns — actor

actor libNtve_gf_AttachModelToActor2(
	actor lp_actor,
	string lp_model,
	string lp_attachPoint,
);

Category: Actor / Create Actors

# Examples

— None found —