entity_bird

From Valve Developer Community
Revision as of 12:48, 26 April 2022 by Amicdict (talk | contribs) (Created page with "{{lang|entity_bird}} {{tf2 point|entity_bird}} {{code class|CEntityBird|entity_bird.cpp}} ==Description== {{quote|"Dove entity for the Meet the Medic tease."|Valve|game/share...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

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

C++ In code, it is represented by theCEntityBirdclass, defined in theentity_bird.cppfile.

Description

"Dove entity for the Meet the Medic tease."
— Valve, 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.

Keyvalues

Note.pngNote:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history

Inputs

Note.pngNote:Content moved to Rendering and studio model related KIO/Inputs for continuation of page history

Outputs

Note.pngNote:Content moved to Rendering and studio model related KIO/Outputs for continuation of page history