Beam: Difference between revisions
Jump to navigation
Jump to search

Note:Damage is scaled to the difficulty setting:
(This entity is useless for mapping purposes considering env_beam is available. Great job making the wiki worse by adding pointless clutter to the page while most listed flags don't even apply to this) |
Gameplayer (talk | contribs) (If some flags do not apply then they have to be removed. I believe I've left only those who apply.) |
||
Line 28: | Line 28: | ||
==Flags== | ==Flags== | ||
{{ | {{fl|16|StartSparks|Every time the beam strikes or is turned on, the beam temporarily emits a small shower of sparks at its '''Start Entity'''.}} | ||
{{fl|32|EndSparks|Every time the beam strikes or is turned on, the beam temporarily emits a small shower of sparks at its '''Ending Entity'''.}} | |||
{{fl|64|Decal End|Places a decal scorch mark where a damaging beam hits the first solid object (world brush or entity). Refer to the '''Decal Name''' keyvalue to set the decal you wish to appear at the end of the beam.}} | |||
== See Also == | == See Also == |
Revision as of 02:10, 28 September 2024



![]() |
---|
CBeam |
![]() |
beam
is a point entity available in all Source games.
It is a base entity used by other entities to make beams or other effects, such as bubbles. The entities which use this one offer greater control over the effect.
Keyvalues
- Damage/second (damage) <string>
- How much damage this beam does per second to things it hits when it is continually on, or instantaneously if it strikes. For continuous damage, the value should be greater than 10 or it may not work.

- Easy: 50%
- Normal: 100%
- Hard: 150%
- HDR color scale (HDRColorScale) <float>
- Value to multiply sprite color by when running in HDR mode.
- Dissolve Type (dissolvetype) <choices>
- If this beam damages and kills something, effects to show around the object.
- -1: None
- 0: Energy
- 1: Heavy Electrical
- 2: Light Electrical
Inputs
- Width <float >
- Set the width of the beam, in pixels.
- Noise <float >
- 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).
Flags
- StartSparks : [16]
- Every time the beam strikes or is turned on, the beam temporarily emits a small shower of sparks at its Start Entity.
- EndSparks : [32]
- Every time the beam strikes or is turned on, the beam temporarily emits a small shower of sparks at its Ending Entity.
- Decal End : [64]
- Places a decal scorch mark where a damaging beam hits the first solid object (world brush or entity). Refer to the Decal Name keyvalue to set the decal you wish to appear at the end of the beam.