Switch (Portal 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{otherlang2
|ru=Button (Portal 2):ru
}}
[[Image:pillarbutton.jpg|thumb|right|300px|The pillar style button]]
[[Image:pillarbutton.jpg|thumb|right|300px|The pillar style button]]
The tall, red, player activated buttons used in [[Portal 2]] are very simple to create.  The button is used to as a trigger for doors and many other entities in the game.   
The tall, red, player activated buttons used in [[Portal 2]] are very simple to create.  The button is used to as a trigger for doors and many other entities in the game.   

Revision as of 02:33, 9 May 2011

Template:Otherlang2

The pillar style button

The tall, red, player activated buttons used in Portal 2 are very simple to create. The button is used to as a trigger for doors and many other entities in the game.

Creation

Firstly place a prop_button entity on the ground and position it where you want it. Add your desired outputs to it, it works just the same as the func_button entity so you should be familiar to you.


See also