Bot action point: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '{{tf2 point|bot_action_point}} ==Entity description== Used to mark a location where bots should perform a specific action. ==Keyvalues== {{KV Targetname}} ==Inputs== {{I Targe…')
 
m (Added missing stuff)
Line 6: Line 6:
==Keyvalues==
==Keyvalues==
{{KV Targetname}}
{{KV Targetname}}
{{KV|Desired Distance|integer|How close (in units) the bot should get before being considered at this point.}}
{{KV|Stay Time|integer|How long the bot should remain at this point.}}


==Inputs==
==Inputs==

Revision as of 00:10, 10 May 2011

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

Entity description

Used to mark a location where bots should perform a specific action.

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

Desired Distance ([todo internal name (i)]) <integer>
How close (in units) the bot should get before being considered at this point.
Stay Time ([todo internal name (i)]) <integer>
How long the bot should remain at this point.

Inputs

Outputs