Func regenerate: Difference between revisions
Jump to navigation
Jump to search
MrThompson (talk | contribs) No edit summary |
m (minoro) |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=func_regenerate}} | {{wrongtitle|title=func_regenerate}} | ||
==Entity | == Entity description == | ||
Designates a resupply area for a team. | Designates a resupply area for a team. | ||
==Availability== | == Availability == | ||
This brush-based [[entity]] is exclusive to Team Fortress 2. | This brush-based [[entity]] is exclusive to Team Fortress 2. | ||
==Keyvalues== | == Keyvalues == | ||
* {{kv targetname}} | * {{kv targetname}} | ||
* {{kv tfteam}} | * {{kv tfteam}} | ||
Line 14: | Line 14: | ||
: <target_destination> The prop_dynamic that represents this zone in the world. The associated model should have appropriate open and close animations for when players interact with the zone. | : <target_destination> The prop_dynamic that represents this zone in the world. The associated model should have appropriate open and close animations for when players interact with the zone. | ||
==Flags== | == Flags == | ||
This entity doesn't have any flags. | This entity doesn't have any flags. | ||
==Inputs== | == Inputs == | ||
* {{i targetname}} | * {{i targetname}} | ||
* '''SetTeam''' | * '''SetTeam''' | ||
Line 28: | Line 28: | ||
: Toggle the enabled/disabled status of this entity. | : Toggle the enabled/disabled status of this entity. | ||
== Outputs == | |||
==Outputs== | |||
* {{o targetname}} | * {{o targetname}} | ||
[[Category:Team Fortress 2 Entities]] | [[Category:Team Fortress 2 Entities]] |
Revision as of 05:34, 12 November 2007
Entity description
Designates a resupply area for a team.
Availability
This brush-based entity is exclusive to Team Fortress 2.
Keyvalues
- Template:Kv targetname
- Template:Kv tfteam
- StartDisabled
- <boolean>
- associatedmodel
- <target_destination> The prop_dynamic that represents this zone in the world. The associated model should have appropriate open and close animations for when players interact with the zone.
Flags
This entity doesn't have any flags.
Inputs
- Template:I targetname
- SetTeam
- <int> Changes the entity's team.
- Enable
- Enable this entity.
- Disable
- Disable this entity.
- Toggle
- Toggle the enabled/disabled status of this entity.