This article's documentation is for anything that uses the Source engine. Click here for more information.

Trigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
mNo edit summary
Line 1: Line 1:
{{ent not in fgd|nolink=1}}
{{ent not in fgd|nolink=1}}
{{CD|CBaseTrigger|file1=triggers.cpp}}
{{CD|CBaseTrigger|file1=triggers.cpp}}
{{this is a|brush entity|name=trigger}} It's a generic trigger [[entity]] probably existing for debugging purposes and it's not intended to be used outside of that.
{{this is a|brush entity|name=trigger}} It's a generic trigger [[entity]] from which all [[triggers]] inherit.


== See also ==
== See also ==

Revision as of 09:16, 17 August 2024

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

trigger is a brush entity available in all Source Source games. It's a generic trigger entity from which all triggers inherit.

See also