Env physics blocker: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
||
| Line 35: | Line 35: | ||
{{IO|Disable|Disables the Blocker}} | {{IO|Disable|Disables the Blocker}} | ||
== See | == See also == | ||
* [[env_player_blocker]] | * [[env_player_blocker]] | ||
[[Category:Physics]] | [[Category:Physics]] | ||
Revision as of 09:23, 8 January 2024
| CEnvPhysicsBlocker |
env_physics_blocker is a point entity available in
Left 4 Dead 2. It blocks players and physics objects.
Keyvalues
- Mins (boxmins) <vector>
- Maxs (boxmaxs) <vector>
- Used when angles are other value than 0 0 0.
Bug:non zero angles cause physics object to always be blocked by this entity [todo tested in ?]
- Mins (mins) <vector>
- Maxs (maxs) <vector>
- Used when angles are 0 0 0
- Initial State (initialstate) <choices>
- Initial state of the blocker
- 0 : Disabled
- 1 : Enabled
- Blocks (BlockType) <choices>
- What should be blocked
Value Description 0Everyone 1Survivors 2Player Infected 3All Special Infected (Player and AI) 4All players and physics objects
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentnameortarget).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
- Enable
- Enables the Blocker
- Disable
- Disables the Blocker