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
(bot-assisted) |
m (→Keyvalues) |
||
| (26 intermediate revisions by 16 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{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}}. | |||
== | ==Flags== | ||
{{Fl BaseTank}} | |||
{ | |||
==Keyvalues== | ==Keyvalues== | ||
{{Brush rendering note}} | |||
= | {{KV Targetname}} | ||
{{KV|Projectile speed|intn=rocketspeed|float|Speed the rocket will travel at.}} | |||
{{KV BaseTank}} | |||
==Inputs== | ==Inputs== | ||
{{I BaseTank}} | |||
==Outputs== | ==Outputs== | ||
{{O BaseTank}} | |||
[[Category: | [[Category:Immobile NPCs]] | ||
Latest revision as of 01:33, 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.
parentnameortarget).
Also displayed in Hammer's 2D views and Entity Report. - See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Projectile speed (rocketspeed) <float>
- Speed the rocket will travel at.
|
Inputs
|
Outputs
|