Switch (Portal 2)

From Valve Developer Community
Revision as of 11:34, 29 April 2011 by Robertmc12 (talk | contribs) (Created page with '== 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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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