Npc pigeon: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (categorization)
 
(9 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{otherlang2
{{LanguageBar}}
|ru=Npc_pigeon:ru
{{CD|CNPC_Pigeon|base=CNPC_Crow|file1=npc_crow.cpp}}
}}
[[File:pigeon.jpg|right|link=]]
[[Image:pigeon.jpg|right]]
{{this is a|model entity|name=npc_pigeon|game=Half-Life 2 series|game1=Black Mesa}} It is a pigeon. A nice touch to city maps. Make sure to place [[info_hint|info_hints]] to tell the bird where to fly.
 
{{hl2 point|npc_pigeon}} It is a pigeon. A nice touch to city maps. Make sure to place [[info_hint|info_hints]] to tell the bird where to fly.


{{flying npc}}
{{flying npc}}
{{NPCNote}}


==Keyvalues==
{{note|Everything same as [[npc_crow]] with exception of:
{{KV BaseNPC}}
* model: <code>models/pigeon.mdl</code>
 
* idle sound: <code>NPC_Pigeon.Idle</code>
==Flags==
}}
{{Fl BaseNPC}}
 
==Inputs==
{{I BaseNPC}}
{{IO|FlyAway|param=targetname|Forces the pigeon to fly to the nearest ''Crow: Fly to point'' [[info_node_hint|hint node]].}}
 
==Outputs==
{{O BaseNPC}}


==See also==
== See also ==
* [[npc_crow]]
* [[npc_crow]]
* [[npc_seagull]]
* [[npc_seagull]]
* [https://github.com/ValveSoftware/source-sdk-2013/blob/39f6dde8fbc238727c020d13b05ecadd31bda4c0/src/game/server/hl2/npc_crow.h#L237-L254 CNPC_Pigeon class definition]


[[Category:Half-Life 2 NPCs|P]]
[[Category:Half-Life 2 NPCs|P]]

Latest revision as of 16:12, 1 June 2025

English (en)Русский (ru)Translate (Translate)
C++ Class hierarchy
CNPC_Pigeon
CNPC_Crow
CAI_BaseNPC
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
C++ npc_crow.cpp
Pigeon.jpg

npc_pigeon is a model entity available in Half-Life 2 series Half-Life 2 series and Black Mesa Black Mesa. It is a pigeon. A nice touch to city maps. Make sure to place info_hints to tell the bird where to fly.

Note.pngNote:Everything same as npc_crow with exception of:
  • model: models/pigeon.mdl
  • idle sound: NPC_Pigeon.Idle

See also