Trigger: Difference between revisions
Jump to navigation
Jump to search
Note:Mostly useless entity that exists most likely for debugging purposes (similarly to funCBaseFlex). During spawning important method InitTrigger is not called which would normally set up its model and other collision related properties
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{LanguageBar}} | |||
{{ent not in fgd|nolink=1}} | {{ent not in fgd|nolink=1}} | ||
{{CD|CBaseTrigger|file1=triggers.cpp}} [[Category:CBaseTrigger]] | {{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. | ||
{{note|Mostly useless entity that exists most likely for debugging purposes. During spawning important method [https://github.com/ValveSoftware/source-sdk-2013/blob/0d8dceea4310fde5706b3ce1c70609d72a38efdf/mp/src/game/server/triggers.cpp#L324 InitTrigger] is not called which would normally set up its model and other collision related properties}} | {{note|Mostly useless entity that exists most likely for debugging purposes (similarly to {{ent|funCBaseFlex}}). During spawning important method [https://github.com/ValveSoftware/source-sdk-2013/blob/0d8dceea4310fde5706b3ce1c70609d72a38efdf/mp/src/game/server/triggers.cpp#L324 InitTrigger] is not called which would normally set up its model and other collision related properties}} | ||
== See also == | == See also == |
Latest revision as of 03:54, 29 June 2025
![]() |
---|
CBaseTrigger |
![]() |
trigger
is a brush entity available in all Source games. It's a generic trigger entity from which all triggers inherit.
