Template:I Beam: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{minititle|Beam}} {{IO|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 deviat...") |
m (→top: Substituted IO templates) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{minititle|Beam}} | {{minititle|Beam}} | ||
{{ | {{I|TurnOn|Turns the beam on.}} | ||
{{ | {{I|TurnOff|Turns the beam off.}} | ||
{{ | {{I|Toggle|Toggles the beam between on and off.}} | ||
{{ | {{I|Width|param=float|Set the width of the beam, in pixels.}} | ||
{{ | {{I|Noise|param=float|nofgd=1|Set how far away from the middle the beam is allowed to deviate.}} | ||
{{ | {{I|Alpha|param=integer|Sets the beam's alpha (0 - 255).}} | ||
{{ | {{I|Color|param=color255|Sets the beam's render color (R G B).}} | ||
{{ | {{I|ColorRedValue|param=float|Sets the red color channel's value (0 - 255).}} | ||
{{I|ColorGreenValue|param=float|Sets the green color channel's value (0 - 255).}} | |||
{{I|ColorBlueValue|param=float|Sets the blue color channel's value (0 - 255).}} | |||
{{I|ScrollSpeed|param=float|Set the scroll speed in units per second (0 - 100).}}<noinclude> | |||
[[Category:Input Templates|Beam]] | |||
</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.
- 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).