Entity bird: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Moving content to Nav Mesh/en subpage.)
Tag: Replaced
m (Classifying as model entity)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{MultiPage|title=entity_bird}}
{{LanguageBar}}
{{this is a|model entity|name=entity_bird|game=Team Fortress 2|notext=1}}
 
{{CD|CEntityBird|file1=entity_bird.cpp}}
 
 
==Description==
{{Quote|"Dove entity for the Meet the Medic tease."|Valve|<source directory>/game/shared/tf/entity_bird.cpp, Line 17}}
{{ent|entity_bird}} is spawned according to positions specified in <code>scripts/birds.txt</code>.
 
{{ent|entity_bird}} flies at a random speed between 200[[Hammer units|HU]] and 500[[Hammer units|HU]].
 
== See Also ==
* {{ent|entity_croc}}
* {{ent|entity_saucer}}
* {{ent|entity_carrier}}
* {{ent|entity_sign}}
* {{ent|entity_rocket}}

Latest revision as of 04:31, 19 May 2025

English (en)Translate (Translate)

entity_bird is a model entity available in Team Fortress 2 Team Fortress 2.

C++ Class hierarchy
CEntityBird
CBaseAnimating
CBaseEntity
C++ entity_bird.cpp


Description

"Dove entity for the Meet the Medic tease."
— Valve, <source directory>/game/shared/tf/entity_bird.cpp, Line 17

entity_bird is spawned according to positions specified in scripts/birds.txt.

entity_bird flies at a random speed between 200HU and 500HU.

See Also