Template:Fl BaseTrigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 15: Line 15:


{{Fl|4|deprecated=1|Pushables <span style{{=}}"color:grey">(Passes entities with classname {{ent|func_pushable|engine=source}})</span>|Equivalent to using '''Everything''' + {{ent|filter_activator_class}} that filters <code>func_pushable</code>. }}
{{Fl|4|deprecated=1|Pushables <span style{{=}}"color:grey">(Passes entities with classname {{ent|func_pushable|engine=source}})</span>|Equivalent to using '''Everything''' + {{ent|filter_activator_class}} that filters <code>func_pushable</code>. }}
}}
}}<noinclude>
<noinclude>
[[Category:Flag Templates|TriggerOnce]]
[[Category:Flag Templates|TriggerOnce]]
</noinclude>
</noinclude>

Revision as of 20:56, 31 January 2025

BaseTrigger
Everything (not including physics debris) : [64]


Clients (Survivors, Special Infected, Tanks Left 4 Dead seriesLeft 4 Dead series) : [1]
Only clients in vehicles : [32]
Only clients *not* in vehicles : [512]
Disallow Bots (removed since Left 4 Dead) : [4096]
NPCs (Common Infected, Witches Left 4 Dead seriesLeft 4 Dead series) : [2]
Only player ally NPCs : [16]
Only NPCs in vehicles (respects player ally flag) : [2048]
Physics Objects (not including physics debris) : [8]
Physics debris (include also physics debris) : [1024]
Pushables (Passes entities with classname func_pushable) : [4] Obsolete
Deprecated.
Equivalent to using Everything + filter_activator_class that filters func_pushable.