Npc combine: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(that warning shouldn't be skipped by redirect)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[npc_combine_s]]
{{Ent not in fgd|nolink=1}}
 
{{CD|CNPC_Combine|file1=1}}
{{CD|CNPC_Combine|file1=1}}
{{this is a|model entity|name=npc_combine|game=Half-Life 2 series}}
{{this is a|model entity|name=npc_combine|game=Half-Life 2 series}}

Revision as of 17:55, 1 June 2025

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CNPC_Combine
CAI_BaseActor
CAI_ExpresserHost
CAI_BaseHumanoid
CAI_BaseHumanoidBase
CAI_BaseNPC
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
C++ npc_combine.cpp

npc_combine is a model entity available in Half-Life 2 series Half-Life 2 series.

It is the base class used by the Combine's Overwatch Soldiers.

Warning.pngWarning:Spawning this entity instead of npc_combine_s will crash the game.