We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134511f commit 2b20f06Copy full SHA for 2b20f06
1 file changed
addons/source-python/data/source-python/entities/CDynamicLight.ini
@@ -0,0 +1,26 @@
1
+[input]
2
+
3
+ toggle = Toggle
4
+ turn_off = TurnOff
5
+ turn_on = TurnOn
6
7
8
+[keyvalue]
9
10
+ brightness = brightness
11
+ distance = distance
12
+ spotlight_radius = spotlight_radius
13
+ style = style
14
15
16
+[property]
17
18
+ actual_flags = m_ActualFlags
19
+ exponent = m_Exponent
20
+ flags = m_Flags
21
+ inner_angle = m_InnerAngle
22
+ light_style = m_LightStyle
23
+ on = m_On
24
+ outer_angle = m_OuterAngle
25
+ radius = m_Radius
26
+ spot_radius = m_SpotRadius
0 commit comments