Spotlight
From Space Engineers Wiki
Mass (kg):
0
Integrity:
0
Build time (seconds):
20
Active power consumption (MW):
0.001
Mass (kg):
0
Integrity:
0
Build time (seconds):
7
Active power consumption (MW):
0.0002
Spotlight, illuminates objects in front of it when on. Unlike the Interior Light, objects it illuminates will cast a shadow. Can be turned on or off either via the control panel or by hitting L (default) when piloting/controlling a ship/station. The color, range, falloff and intensity of the light can be customized via the Control Panel.
Was previously named reflector light.
Programming
(IMyReflectorLight)
Actions:
block.RequestEnable(true/false); // set true or false ...
Properties:
var isOn = block.Enabled; // spotlight on/off state ...