tf_point_nav_interface

From Valve Developer Community
Revision as of 08:30, 24 September 2015 by Robotboy655 (talk | contribs) (tf_point_weapon_mimic)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

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

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

Entity description

Entity interface to the TF nav mesh.

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

RecomputeBlockers
Recompute blocks in the nav mesh. Call this after blockers change state (ie. a door opens or closes).

Outputs

OnUser1 to OnUser4
These Outputs each fire in response to the firing of the like-numbered FireUser1 to FireUser4 Input; see User Inputs and Outputs.