======Disable Effect====== ---- Disables particle emission for the specified [[effect]]. ====Signature:==== disable_effect(effect) ^Argument^Description^Type^Required^ |effect|[[Effect]] to disable (e.g. entity["effect_entity_id"]).|[[Entity]]|Yes| ====Example:==== disable_effect(entity["torch"].effect["flame"]); //Results:// The [[effect]] attached to the "flame" [[attach_points|attach point]] of the [[entity]] with ID "torch" will be disabled, triggering its particles to stop emitting. Use the **Disable Effect** function to extinguish a torch's flame or to remove sparks from a machine that was fixed when the player interacts with the respective [[object]]. ---- ====Editor Node:==== {{:disable_effect_node.png?nolink|}} ~~NOTOC~~