User Tools

Site Tools


set_entity_light_enabled

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
set_entity_light_enabled [2017/08/11 22:09] justinset_entity_light_enabled [2017/08/12 09:56] justin
Line 11: Line 11:
 |entity|Entity that will have its light enabled or disabled.|[[Entity]]|Yes| |entity|Entity that will have its light enabled or disabled.|[[Entity]]|Yes|
 |enabled|Determines the light's state (on or off).|[[Boolean]]|Yes| |enabled|Determines the light's state (on or off).|[[Boolean]]|Yes|
 +
 +<WRAP center round info 100%>
 +If you'd like to change the color of the entity's light instead of toggling it on or off, see the related [[Set Entity Light Color]] function.
 +</WRAP>
  
 ====Example:==== ====Example:====
Line 16: Line 20:
 set_entity_light_enabled(entity["lamp"], false) set_entity_light_enabled(entity["lamp"], false)
 </code> </code>
-//Results:// The entity with an ID of "lamp" will be disabled (i.e. it will be turned off and no longer cast light until turned on again).+//Results:// The entity with an ID of "lamp" will have its light disabled (i.e. it will be turned off and no longer cast light until turned on again).
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
set_entity_light_enabled.txt · Last modified: 2021/04/21 18:50 by justin