OnTouch

From Valve Developer Community
Revision as of 09:58, 4 October 2010 by Augustuen (talk | contribs) (Created page with '== OnTouch == The OnTouch function is used for when a player collides with a trigger brush. The OnTouch is set in Hammer, but may also have several functions in the C++ code (for…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

OnTouch

The OnTouch function is used for when a player collides with a trigger brush. The OnTouch is set in Hammer, but may also have several functions in the C++ code (for example call another function if a condition is true or not)