func_portal_bumper
From Valve Developer Community
This brush tells Portal to 'bump' portals that cannot open inside it away. Use it when a portal-proof surface runs directly on to a portal-friendly one.
You don't need to use one if there is an angle in the surface (e.g. the corners of a room).
Contents |
Keyvalues
-
Targetname:
- Name <string>
- The targetname other entities refer to this entity by.
-
Parentname:
- Parent
<targetname> - Specifies the targetname of this entity's movement parent. Entities with parents move with their parent.
Flags
- 1: Start inactive
Inputs
-
Targetname:
-
Kill - Removes this entity from the world.
-
KillHierarchy - Removes this entity and all its children from the world.
-
AddOutput <string> - Evaluates a keyvalue/output on this entity. It can be potentially very dangerous, use with care.
- Format:
<key> <value> - Format:
<output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire, -1 means infinite> -
FireUser1toFireUser4 - Fire the
OnUseroutputs; see User Inputs and Outputs.
- Activate
- Turn on bumping functionality
- Deactivate
- Turn off bumping functionality
- Toggle
- Toggle bumping functionality
Outputs
-
Targetname:
-
OnUser1toOnUser4 - Fired in response to the
FireUserinputs; see User Inputs and Outputs. -
OnKilled(New with Left 4 Dead) - Fired when the entity is killed and removed from the game.
