Func respawnroomvisualizer
Jump to navigation
Jump to search
Entity description
A visual blockade or a wall that prevents players of the opposite team from entering or firing into your team's spawn room. It disappears as the player gets farther away, and fades in as the player gets closer to the entrance of the room.
In the special case when a team control point does not have an owner (is gray), the respawnroomvisualizer will be visible, but not solid, to either team. Map developers need to use alternatives to keep players out of these spawnrooms (ie one-way doors, or func brushes that can be killed when the team control point is captured.
Availability
This brush-based entity is exclusive to Team Fortress 2.
Keyvalues
- Template:Kv targetname
- Template:Kv parentname
- Template:Kv origin
- Template:Kv renderfields
- Template:Kv shadow
- Filter01-05
- <filterclass> Filter 1-5 - Activator filter to test. You can specify up to five filters with this entity. The activator will be tested against all of them. (???)
Flags
1 : Ignore Player +USE 2 : ???
Inputs
Parentname:
- SetParent <string >
- Move with this entity. See Entity Hierarchy (parenting).
- SetParentAttachment <string >
- Change this entity to attach to a specific attachment point on its parent. The entity will teleport so that the position of its root bone matches that of the attachment. Entities must be parented before being sent this input.
- SetParentAttachmentMaintainOffset <string >
- As above, but without teleporting. The entity retains its position relative to the attachment at the time of the input being received.
- ClearParent
- Removes this entity from the the movement hierarchy, leaving it free to move independently.