Entity bird: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(badly moved multipage)
Line 1: Line 1:
{{LanguageBar}}
{{this is a|point entity|name=entity_bird|game=Team Fortress 2|notext=1}}
{{this is a|point entity|name=entity_bird|game=Team Fortress 2|notext=1}}
{{MultiPage|title=entity_bird}}
 
{{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}}

Revision as of 06:14, 14 July 2024

English (en)Translate (Translate)

entity_bird is a point 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