Env physics blocker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '{{l4d2 point|env_physics_blocker}} {{stub}} == Entity description == An entity which blocks players and physics objects. == Keyvalues == * {{KV Targetname}} * {{ScrollBox|title…')
 
Line 27: Line 27:
{{O Targetname}}
{{O Targetname}}


== See also ==
[[Category:Physics]]
== External links ==

Revision as of 18:15, 19 March 2011

Template:L4d2 point

Stub

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

Entity description

An entity which blocks players and physics objects.

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