env_particle_tesla

From Valve Developer Community
Revision as of 05:52, 16 August 2024 by MyGamepedia (talk | contribs) (Created page with "thumb|260px|Activated particle tesla that uses <code>tesla_lc_beams</code> particle system. {{This is a|point entity|name=env_particle_tesla|ga...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Activated particle tesla that uses tesla_lc_beams particle system.

env_particle_tesla is a point entity available in Black Mesa Black Mesa. Similar to point_tesla, but uses particles for beams.

Keyvalues

Particle Name (particletesla) <particlesystem>
Particle name to use for the beams.
Spawn Frequency (frequency) <float>
Spawn frequency for beams.
Min Spawn Count (mincount) <integer>
Minimum count of beams.
Max Spawn Count (maxcount) <integer>
Maximum count of beams.
Range (range) <integer>
Max beam range.
System Life (life) <float>
Number of seconds before it turns itself off. Will never turn off self with -1.
Mins (min) <vector>
Minimum spread value.
Maxs (max) <vector>
Maximum spread value.
Decal Name (decalname) <string>
Decal to be applied at the end of the beams.


Flags

Start On : [1]
If checked, entity turns on when spawned.
Normalize Mins & Max : [2]
Normalizes Mins and Maxs properties.

Inputs

TurnOn <void>
Turns entity on.
TurnOff <void>
Turns entity off.


Outputs

TurnOn <void>
Turns entity on.
TurnOff <void>
Turns entity off.


See also