Skip to content
Vicious Squid edited this page Apr 21, 2026 · 9 revisions
image

A dynamic source of light in the world


  • Colour : [RGB value] example: 255,255,255
  • Intensity : default 1.0
  • Name
  • Radius
  • State : on/off

Lights can be attached (parented) to moving brushes (see maps/dLight_Test.json )


Inputs:

  • Toggle: Toggle the light on/off
  • SetColor: Set the light color [RGB value] example: 255,255,255
  • SetIntensity: Set the light intensity [float]
  • SetRadius: Set the light radius [float]
  • Show: Show the light
  • Hide: Hide the light
  • ToggleVisibility: Toggle visibility
  • SetTint: Set tint color [color] (RGB 255 255 255)
  • ClearTint: Remove tint override

Outputs:

OnLightChanged: Fired when the light properties change

Clone this wiki locally