Rocket turret projectile: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Classifying as model entity)
 
(15 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{portal series point|rocket_turret_projectile}}.
{{ent not in fgd|nolink=1|because=it is fired automatically by rocket turrets and can only be configured through code}}
{{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}}.


==Entity Info==
==See also==
This is the rocket entity that [[npc_rocket_turret]] shoots.
* {{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