Trigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy)
Tag: Removed redirect
mNo edit summary
Line 9: Line 9:
*[[trigger_multiple]]
*[[trigger_multiple]]
Several other trigger entities [[:Category:CBaseTrigger|also exist]].
Several other trigger entities [[:Category:CBaseTrigger|also exist]].
== See Also ==
* [[Triggers]]


[[Category:Entities]] [[Category:Glossary]]
[[Category:Entities]] [[Category:Glossary]]

Revision as of 04:08, 6 November 2022

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CBaseTrigger
CBaseToggle
CBaseEntity
C++ triggers.cpp

Template:Base point It's is a generic trigger entity.

As an entity prefix, trigger entities are spatial volumes (in other words, brushed-based entities) which trigger outputs depending on what touches them and how.

The two most common triggers are:

Several other trigger entities also exist.

See Also