Func respawnroomvisualizer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (cleanup)
(template happy)
Line 1: Line 1:
{{wrongtitle|title=func_respawnvisualizer}}
{{wrongtitle|title=func_respawnvisualizer}}
{{toc|left}}[[Image:Func respawnroomvisualizer tf.JPG|thumb|clear: none|200px|A visual blockade that appears only when the opposing team gets close to the entrance of your team's spawn room.]]{{clr}}
== Entity description ==


== Entity description ==
[[Image:Func respawnroomvisualizer tf.JPG|thumb|clear: none|200px|A visual blockade that appears only when the opposing team gets close to the entrance of your team's spawn room.]]
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.
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.


Line 11: Line 11:
* {{kv targetname}}
* {{kv targetname}}
* {{kv parentname}}
* {{kv parentname}}
* '''Origin'''
* {{kv origin}}
: <[[boolean]]> Depicts where the main origin for the brush is located.
* {{kv renderfields}}
* {{kv renderfields}}
* '''disableshadows'''
* {{kv shadow}}
: {{boolean}} Used to disable shadows on this entity.
* {{kv global}}
* {{kv global}}
* '''Filter''01-05'''''
* '''Filter''01-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.
: <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.
==Inputs==
*{{i targetname}}
*{{i parentname}}
*{{i renderfields}}
*{{i shadow}}
==Outputs==
*{{o targetname}}

Revision as of 12:04, 27 September 2007

Template:Wrongtitle

A visual blockade that appears only when the opposing team gets close to the entrance of your team's spawn room.

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.

Availability

This brush-based entity is exclusive to Team Fortress 2.

Keyvalues

<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.

Inputs

Outputs