Func nav prerequisite: Difference between revisions
Jump to navigation
Jump to search

m (→Keyvalues: bug correction) |
Kestrelguy (talk | contribs) m (updated template usage.) |
||
Line 1: | Line 1: | ||
{{tf2 brush|func_nav_prerequisite}} | {{lang|func nav prerequisite}} | ||
{{tf2 brush|func_nav_prerequisite}} It is a trigger volume that requires bots to do perform a task before they can move through it. | |||
==Keyvalues== | ==Keyvalues== | ||
{{KV|Filter Name|filterclass|Filter to use to see if activator triggers me. See {{ent|filter_activator_name}} for more explanation.}} | |||
{{KV|Filter Name|filterclass|Filter to use to see if activator triggers me. See filter_activator_name for more explanation.}} | |||
{{KV|Task|choices|What must be done to move through this volume}} | {{KV|Task|choices|What must be done to move through this volume}} | ||
:* 1 : Destroy Entity (Value = max range to attack from. -1 for no range restriction) | :* 1 : Destroy Entity (Value = max range to attack from. -1 for no range restriction) | ||
{{bug|In {{tf2}}, this task does not function.}} | :{{bug|In {{tf2}}, this task does not function.}} | ||
:* 2 : Move to Entity | :* 2 : Move to Entity | ||
:* 3 : Wait (Value = seconds to wait) | :* 3 : Wait (Value = seconds to wait) | ||
{{KV|Task Entity|target_destination|The subject entity of the Task}} | {{KV|Task Entity|target_destination|The subject entity of the Task.}} | ||
{{KV|Task Value|float|A Task-specific value}} | {{KV|Task Value|float|A Task-specific value.}} | ||
{{KV TriggerOnce|base=1}} | |||
==Flags== | |||
{{Fl TriggerOnce}} | |||
==Inputs== | ==Inputs== | ||
{{I | {{I Trigger|base=1}} | ||
==Outputs== | ==Outputs== | ||
{{O | {{O BaseEntity}} | ||
{{ | {{O Trigger}} | ||
==See Also== | ==See Also== | ||
* | *{{ent|func_nav_prefer}}, which influences bots to prefer this region by decreasing the pathfinding cost within it. | ||
* | *{{ent|func_nav_avoid}}, which influences bots to avoid this region by increasing the pathfinding cost within it. |
Revision as of 15:16, 2 September 2022


Template:Tf2 brush It is a trigger volume that requires bots to do perform a task before they can move through it.
Keyvalues
- Filter Name ([todo internal name (i)]) <filter>
- Filter to use to see if activator triggers me. See filter_activator_name for more explanation.
- Task ([todo internal name (i)]) <choices>
- What must be done to move through this volume
- 1 : Destroy Entity (Value = max range to attack from. -1 for no range restriction)
Bug:In
, this task does not function. [todo tested in ?]
- 2 : Move to Entity
- 3 : Wait (Value = seconds to wait)
- Task Entity ([todo internal name (i)]) <targetname>
- The subject entity of the Task.
|
Flags
|
Inputs
|
Outputs
|
See Also
- func_nav_prefer, which influences bots to prefer this region by decreasing the pathfinding cost within it.
- func_nav_avoid, which influences bots to avoid this region by increasing the pathfinding cost within it.