Env player blocker

From Valve Developer Community
Revision as of 06:25, 24 July 2010 by ThaiGrocer (talk | contribs) (Created page with '{{l4d2 point|env_player_blocker}} {{stub}} == Entity description == An entity which blocks any PC/NPC from entering of the specified type. == Keyvalues == * {{KV Targetname}} *…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:L4d2 point

Stub

This article or section is a stub. You can help by expanding it.

Entity description

An entity which blocks any PC/NPC from entering of the specified type.

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

  • mins:
Mins <vector>
  • maxs:
Maxs <vector>
  • initialstate:
Initial State <choices>
  • BlockType:
Blocks <choices>

Inputs

EnableDisable:

Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.

Outputs

See also

External links