Func suggested build

From Valve Developer Community
Revision as of 06:51, 8 June 2017 by Luki1412 (talk | contribs) (Added info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Tf2 brush

Entity description

Engineer suggested build area.

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

Inputs

SetTeam <integer>
Changes the entity's team.

EnableDisable:

Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.
Toggle <bool>
Toggle the enabled/disabled status of this entity.

Outputs

OnBuildInsideArea
Sent when the player builds an appropriate object inside a suggested area.
OnBuildNotFacing
Sent when the player builds an appropriate object inside a suggested area, but it has a bad orientation.
OnBuildingUpgraded
Sent when a building in this area is upgraded.