Template:I Beam: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added to Input Templates category)
m (→‎top: Substituted IO templates)
 
Line 1: Line 1:
{{minititle|Beam}}
{{minititle|Beam}}
{{IO|TurnOn|Turns the beam on.}}
{{I|TurnOn|Turns the beam on.}}
{{IO|TurnOff|Turns the beam off.}}
{{I|TurnOff|Turns the beam off.}}
{{IO|Toggle|Toggles the beam between on and off.}}
{{I|Toggle|Toggles the beam between on and off.}}
{{IO|Width|param=float|Set the width of the beam, in pixels.}}
{{I|Width|param=float|Set the width of the beam, in pixels.}}
{{IO|Noise|param=float|nofgd=1|Set how far away from the middle the beam is allowed to deviate.}}
{{I|Noise|param=float|nofgd=1|Set how far away from the middle the beam is allowed to deviate.}}
{{IO|Alpha|param=integer|Sets the beam's alpha (0 - 255).}}
{{I|Alpha|param=integer|Sets the beam's alpha (0 - 255).}}
{{IO|Color|param=color255|Sets the beam's render color (R G B).}}
{{I|Color|param=color255|Sets the beam's render color (R G B).}}
{{IO|ColorRedValue|param=float|Sets the red color channel's value (0 - 255).}}
{{I|ColorRedValue|param=float|Sets the red color channel's value (0 - 255).}}
{{IO|ColorGreenValue|param=float|Sets the green color channel's value (0 - 255).}}
{{I|ColorGreenValue|param=float|Sets the green color channel's value (0 - 255).}}
{{IO|ColorBlueValue|param=float|Sets the blue color channel's value (0 - 255).}}
{{I|ColorBlueValue|param=float|Sets the blue color channel's value (0 - 255).}}
{{IO|ScrollSpeed|param=float|Set the scroll speed in units per second (0 - 100).}}<noinclude>
{{I|ScrollSpeed|param=float|Set the scroll speed in units per second (0 - 100).}}<noinclude>
[[Category:Input Templates|Beam]]
[[Category:Input Templates|Beam]]
</noinclude>
</noinclude>

Latest revision as of 12:54, 21 April 2025

Beam:

TurnOn
Turns the beam on.
TurnOff
Turns the beam off.
Toggle
Toggles the beam between on and off.
Width <float>
Set the width of the beam, in pixels.
Noise <float> !FGD
Set how far away from the middle the beam is allowed to deviate.
Alpha <integer>
Sets the beam's alpha (0 - 255).
Color <color255>
Sets the beam's render color (R G B).
ColorRedValue <float>
Sets the red color channel's value (0 - 255).
ColorGreenValue <float>
Sets the green color channel's value (0 - 255).
ColorBlueValue <float>
Sets the blue color channel's value (0 - 255).
ScrollSpeed <float>
Set the scroll speed in units per second (0 - 100).