Npc houndeye (Half-Life 2)

From Valve Developer Community
Jump to: navigation, search
edit
Class hierarchy
CNPC_Houndeye
CAI_BaseNPC
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
npc_houndeye.cpp
Info.png
This entity is not in the FGD by default.
It should not be put directly in a map because It is not hooked up to the associated C++ class.

npc_houndeye is the conjectured name of a scrapped NPC 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.