Func tankrocket: Difference between revisions
Jump to navigation
Jump to search

Note:For Keyvalues and Inputs affecting brush rendering, see Brush entity/Rendering related keyvalues and inputs
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
(-added class hierarchy, cleanup) |
||
Line 1: | Line 1: | ||
{{LanguageBar}} | |||
{{tabs|func_tankrocket|goldsrc=1|source=1|main=source}} | {{tabs|func_tankrocket|goldsrc=1|source=1|main=source}} | ||
{{CD|CFuncTankRocket|file1=func_tank.cpp}} | |||
{{toc-right}} | |||
{{this is a|brush entity|name=func_tankrocket|game=Half-Life 2|game1=Portal|game2=Counter-Strike: Global Offensive}} It fires rockets ({{ent|rpg_missile}}) in any direction. For a launcher that behaves more like a {{ent|prop_vehicle_apc}}, see {{ent|func_tankapcrocket}}. | {{this is a|brush entity|name=func_tankrocket|game=Half-Life 2|game1=Portal|game2=Counter-Strike: Global Offensive}} It fires rockets ({{ent|rpg_missile}}) in any direction. For a launcher that behaves more like a {{ent|prop_vehicle_apc}}, see {{ent|func_tankapcrocket}}. | ||
==Flags== | ==Flags== | ||
Line 8: | Line 9: | ||
==Keyvalues== | ==Keyvalues== | ||
{{Brush rendering note}} | |||
{{KV Targetname}} | |||
{{KV|Projectile speed (rocketspeed)|float|Speed the rocket will travel at.}} | {{KV|Projectile speed (rocketspeed)|float|Speed the rocket will travel at.}} | ||
{{KV BaseTank}} | {{KV BaseTank}} | ||
==Inputs== | ==Inputs== | ||
{{I BaseTank}} | {{I BaseTank}} | ||
==Outputs== | ==Outputs== | ||
{{O BaseTank}} | {{O BaseTank}} | ||
[[Category:Immobile NPCs]] | [[Category:Immobile NPCs]] |
Revision as of 02:32, 3 September 2024


![]() |
---|
CFuncTankRocket |
![]() |
func_tankrocket
is a brush entity available in Half-Life 2,
Portal, and
Counter-Strike: Global Offensive. It fires rockets (rpg_missile) in any direction. For a launcher that behaves more like a prop_vehicle_apc, see func_tankapcrocket.
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
|
Outputs
|