npc_houndeye

From Valve Developer Community
Jump to navigation Jump to search
edit
Class hierarchy
CNPC_Houndeye
CAI_BaseNPC
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
npc_houndeye.cpp
Info-red.png
This entity is not in the game by default, but still has code available for it in the SDK.
This feature is not available anymore.

npc_houndeye is a cut model entity available in Half-Life 2 Half-Life 2. While no LINK_ENTITY_TO_CLASS() exists for the entity, the CNPC_Houndeye class still exists in the publicly released Source SDK, largely unaltered from its Half-Life: Source counterpart.

Todo: In addition to providing the model from Half-Life: Source Half-Life: Source, some minor code modifications are necessary to get the houndeye working correctly in Half-Life 2 Half-Life 2. Document these.

External links