Func tank combine cannon: Difference between revisions
Jump to navigation
Jump to search

Note:For use as a Combine Autogun, Effect Handling should be set to Combine Cannon and Ammo Type should be Combine Heavy Cannon
Note:For Keyvalues and Inputs affecting brush rendering, see Brush entity/Rendering related keyvalues and inputs
Warning:Despite fire rate appearing variable, it is actually hardcoded to 1.5
(-added class hierarchy, cleanup) |
m (Substituted IO templates) |
||
Line 19: | Line 19: | ||
==Inputs== | ==Inputs== | ||
{{ | {{I|DisableHarrass|Disable the cannon tracking an unseen player.}} | ||
{{ | {{I|EnableHarrass|Allow the cannon to track and pester a player who is hiding (by default, it can).}} | ||
{{I BaseTank}} | {{I BaseTank}} | ||
==Outputs== | ==Outputs== | ||
{{ | {{O|OnShotAtPlayer|Fired every time the cannon shoots at the player.}} | ||
{{O BaseTank}} | {{O BaseTank}} |
Revision as of 07:48, 21 April 2025


![]() |
---|
CFuncTankCombineCannon |
![]() |
func_tank_combine_cannon
is a brush entity available in Half-Life 2,
Half-Life 2: Episode One,
Half-Life 2: Episode Two, and
Half-Life 2: Deathmatch. This entity forms the basis of the three-way Combine Autogun seen in Episode Two on ep2_outland_09. It is operated by an npc_enemyfinder_combinecannon and fires a powerful beam of dark energy. In Half-Life 2, the shooting ability appears to not function. In Episode One, the gun can harm things, but the visual effects are somewhat different than Episode Two.

Flags
|
Keyvalues

- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
|

Inputs
- DisableHarrass
- Disable the cannon tracking an unseen player.
- EnableHarrass
- Allow the cannon to track and pester a player who is hiding (by default, it can).
|
Outputs
- OnShotAtPlayer
- Fired every time the cannon shoots at the player.
|
Categories:
- Brush entities
- Half-Life 2 entities
- Half-Life 2 brush entities
- Half-Life 2: Episode One entities
- Half-Life 2: Episode One brush entities
- Half-Life 2: Episode Two entities
- Half-Life 2: Episode Two brush entities
- Half-Life 2: Deathmatch entities
- Half-Life 2: Deathmatch brush entities
- Rendered brush entities
- Pages with uncategorized bugs