======Detach Effect====== ---- (WIP) Detaches the [[effect]] currently attached to an [[entity]] at the specified [[attach_points|attach point]]. ====Signature:==== detach_effect(entity, attach_point_id) ^Argument^Description^Type^Required^ |entity| |[[Entity]]|Yes| |attach_point_id| |[[String]]|Yes| ====Example:==== detach_effect(entity["torch_01"], "torch_top"); //Results:// Use the **Detach Effect** function to... ---- ====Editor Node:==== {{:detach_effect_node.png?nolink|}} ~~NOTOC~~