User Tools

Site Tools


set_entity_light_intensity

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
set_entity_light_intensity [2024/02/06 14:51] – created justinset_entity_light_intensity [2024/02/22 21:23] (current) justin
Line 2: Line 2:
 ---- ----
 (WIP) (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:==== ====Signature:====
 <code python> <code python>
-set_entity_light_intensity()+set_entity_light_intensity(entity, intensity, duration)
 </code> </code>
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-| | | | |+|entity| |[[Entity]]|Yes| 
 +|intensity| |[[Number]]|Yes| 
 +|duration| |[[Number]]|No|
  
 ====Example:==== ====Example:====
 <code bauxite> <code bauxite>
-set_entity_light_intensity();+
 </code> </code>
 //Results:// //Results://
set_entity_light_intensity.1707259893.txt.gz · Last modified: 2024/02/06 14:51 by justin