Env citadel energy core

From Valve Developer Community
Revision as of 15:59, 7 September 2018 by TeamSpen210 (talk | contribs) (Add keyvalue name to Scale)
Jump to navigation Jump to search
English (en)Русский (ru)Translate (Translate)
Not to be confused with prop_coreball.

(The reactor core ball from Episode One)

Not to be confused with prop_combine_ball.

(Citadel/AR2 energy balls)

A Citadel Energy Core with Particles

Template:Hl2 point This is a simple particle effect not prominently displayed but frequently used in the Citadel. It's most common use is on weapon confiscation devices and some devices seen transporting energy balls.

C++ In code, it is represented by theCCitadelEnergyCoreclass, defined in thecitadel_effects.cppfile.

Flags

  • 1: No small particles
  • 2: Start on

Keyvalues

Scale (scale) ([todo internal name (i)]) <float>
Scale of the effect. 1 is the default size, 2 is twice that, etc.


Inputs

StartCharge <floatRedirectInput/float>
Start charging the core over specified number of seconds.
StartDischarge
Start discharging the core.
Stop <floatRedirectInput/float>
Makes particles fade away within a given number of seconds.


Outputs