CASW_Alien_Goo
Jump to navigation
Jump to search
Code classes:
CASW_Alien_Goo
is the code class for asw_alien_goo
. It creates the biomass objects seen in some areas. Biomass is harmful to touch and often blocks entry to other areas. It can only be destroyed by burning it in some manner.
ConVars/Commands[edit | edit source]
ConVar/Command | Parameters or default value | Parameter Type | Effect |
---|---|---|---|
asw_goo_volume | 1 | Multiplier | Scales the ambient noise emitted from biomass. |
Keyvalues[edit | edit source]
- Pulse Strength
(PulseStrength)
<float>
- Amplitude of the pulsation animation. Should be between 0.0 and 1.0.
- Note: For
asw_grub_sac
, this can only be changed via AddOutput. - Pulse Speed
(PulseSpeed)
<float>
- Multiplies the speed of the goo animation.
- Note: For
asw_grub_sac
, this can only be changed via AddOutput. - Burning Link Name
(BurningLinkName)
<string>
- Biomass and grub sacs with matching Burning Link Names will all be ignited at the same time when one of them is.
- Has Ambient Sound
(HasAmbientSound)
<boolean>
- Whether the entity will emit a windy ambient sound or not.
- Required By Objective
(RequiredByObjective)
<boolean>
- Whether the goo needs to be destroyed as part of an objective. No will suppress the instructor hint to burn it.
- Note: Only
asw_alien_goo
s can be counted in this objective.
Outputs[edit | edit source]
- OnIgnite
- Fires when ignited.
- Note: Only
asw_alien_goo
s can fire this output. - OnGooDestroyed
- Fires when destroyed.
- Note: Only
asw_alien_goo
s can fire this output.
See Also[edit | edit source]
- Biomass on the Alien Swarm wiki.