Rocket turret projectile: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "==Entity Info== This is the rocket entity that npc_rocket_turret shoots.")
 
m (Classifying as model entity)
 
(17 intermediate revisions by 6 users not shown)
Line 1: Line 1:
==Entity Info==
{{ent not in fgd|nolink=1|because=it is fired automatically by rocket turrets and can only be configured through code}}
This is the rocket entity that [[npc_rocket_turret]] shoots.
{{CD|CRocket_Turret_Projectile|file1=npc_rocket_turret.cpp}}
{{this is a|model entity|name=rocket_turret_projectile|series=Portal}} It is the rocket fired by {{ent|npc_rocket_turret}}.
 
==See also==
* {{ent|npc_rocket_turret}}

Latest revision as of 04:34, 19 May 2025

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because it is fired automatically by rocket turrets and can only be configured through code.
C++ Class hierarchy
CRocket_Turret_Projectile
CMissile
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
C++ npc_rocket_turret.cpp

rocket_turret_projectile is a model entity available in Portal series Portal series. It is the rocket fired by npc_rocket_turret.

See also