======Attach Object====== ---- (WIP) Attaches an [[object]] model to an [[entity]] at the specified [[attach_points|attach point]]. If the optional "target_attach_point_id" parameter (the [[attach_points|attach point]] ID for the target [[entity]]) is not specified, the "object_attach_point_id" value will be used for both the [[object]] and the target [[entity]] to which it's being attached. ====Signature:==== attach_object(model_name, entity, object_attach_point_id, target_attach_point_id) ^Argument^Description^Type^Required^ |model_name| |[[String]]|Yes| |entity| |[[Entity]]|Yes| |object_attach_point_id| |[[String]]|Yes| |target_attach_point_id| |[[String]]|No| ====Example:==== //Results:// Use the **Attach Object** function to... ---- ====Editor Node:==== {{:attach_object_node.png?nolink|}} ~~NOTOC~~