Func portal bumper: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=func_portal_bumper}}
{{portal series brush|func_portal_bumper}}


[[Image:testbumper0000.jpg|thumb|right|Not using a portal bumper]]
[[File:testbumper0000.jpg|thumb|right|Not using a portal bumper]]
 
[[File:Portalbumperplacement.JPG|thumb|right|How to place the bumper in Hammer]]
[[Image:Portalbumperplacement.JPG|thumb|right|How to place the bumper in Hammer]]
[[File:testbumper0001.jpg|thumb|right|The result - a portal will be bumped to fit on the concrete]]
 
[[Image:testbumper0001.jpg|thumb|right|The result - a portal will be bumped to fit on the concrete]]


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.
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.
Line 31: Line 29:
== Outputs ==
== Outputs ==
* {{O Targetname}}
* {{O Targetname}}
[[Category:Portal Entities]]

Revision as of 06:14, 23 April 2011

Template:Portal series brush

Not using a portal bumper
How to place the bumper in Hammer
The result - a portal will be bumped to fit on the concrete

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

Note.pngNote:Each func_portal_bumper must stick at least two units out from the surface.

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

Parentname:
Parent (parentname) <targetname>
Specifies a movement parent. An entity will maintain its initial offset from its parent. An attachment point can be added to the end of the name, separated by a comma.

Flags

  • 1: Start inactive

Inputs

  • Activate
Turn on bumping functionality
  • Deactivate
Turn off bumping functionality
  • Toggle
Toggle bumping functionality

Outputs