tf_logic_competitive

From Valve Developer Community
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

Class hierarchy
CCompetitiveLogic
CPointEntity
CBaseEntity
tf_gamerules.cpp

tf_logic_competitive is a logical entity available in Team Fortress 2 Team Fortress 2. This entity is used to tell if the map support competitive.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Outputs

OnSpawnRoomDoorsShouldLock
!activator = !caller = this entity
Game rules is saying that we should now disable (home) spawn door triggers.
OnSpawnRoomDoorsShouldUnlock
!activator = !caller = this entity
Game rules is saying that we should now enable (home) spawn door triggers.