Entity bird: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:


==Description==
==Description==
{{MdQuote|
{{MdQuote|text="Dove entity for the Meet the Medic tease."|sign=Valve|source=<source directory>/game/shared/tf/entity_bird.cpp, Line 17}}
"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}} is spawned according to positions specified in <code>scripts/birds.txt</code>.



Revision as of 07:04, 10 December 2022

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

Template:MdQuote 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