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
mNo edit summary
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}} [[Category:CBaseTrigger]]
{{this is a|brush entity|name=trigger}} It's a generic trigger [[entity]] from which all [[triggers]] inherit.
{{this is a|brush entity|name=trigger}} It's a generic trigger [[entity]] from which all [[triggers]] inherit.



Revision as of 21:22, 18 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