Entity bird: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(badly moved multipage)
m (Classifying as model entity)
 
Line 1: Line 1:
{{LanguageBar}}
{{LanguageBar}}
{{this is a|point entity|name=entity_bird|game=Team Fortress 2|notext=1}}
{{this is a|model entity|name=entity_bird|game=Team Fortress 2|notext=1}}


{{CD|CEntityBird|file1=entity_bird.cpp}}
{{CD|CEntityBird|file1=entity_bird.cpp}}

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