Item teamflag: Difference between revisions

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


[[Category:Team Fortress 2 Entities]]
[[Category:Team Fortress 2 Entities]]
== See also ==
* [[func_capturezone]]
[[Category:Glossary]]

Revision as of 06:07, 8 November 2007

Template:Wrongtitle

A team flag, don't worry its supposed to look like that.

Entity Description

Team Fortress 2 flag entity.

Availability

This point entity is exclusive to Team Fortress 2.

Keywords

<choices> Type of game this flag will be used for.
Literal Value Description
0 CTF
1 Attack/Defend
2 Territory Control
3 Invade
4 King of the Hill

Inputs

<integer> Sets the team of the entity. (0 = any, 2 = red, 3 = blu)

Outputs

Sent when the flag is returned via timer.
  • OnPickup
Sent when the flag is picked up.
  • OnDrop
Sent when the flag is dropped.
  • OnCapture
Sent when the flag is captured.

See also