======Set Entity Light Intensity====== ---- (WIP) Changes the intensity of the light attached to the specified [[entity]] over a duration of time (with the assumption that the [[entity]] is a light source). ====Signature:==== set_entity_light_intensity(entity, intensity, duration) ^Argument^Description^Type^Required^ |entity| |[[Entity]]|Yes| |intensity| |[[Number]]|Yes| |duration| |[[Number]]|No| ====Example:==== //Results:// Use the **Set Entity Light Intensity** function to... ---- ====Editor Node:==== {{:set_entity_light_intensity_node.png?nolink|}} ~~NOTOC~~