Template:Fl BaseTrigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-clarified)
m (Looking to avoid usage of expensive {{game color}}. For me, this change reduces preview CPU/real time usage from 1.8 to 0.2 seconds.)
Line 1: Line 1:
<noinclude>{{lang|Template:Fl TriggerOnce}}</noinclude>
<noinclude>{{lang|Template:Fl TriggerOnce}}</noinclude>
{{ScrollBox|title=BaseTrigger|
{{ScrollBox|title=BaseTrigger|
{{Fl|1|Clients {{in|{{l4ds}}|text=Survivors, Special Infected, Tanks}}}}
{{Fl|1|Clients {{in|{{l4ds}}|color={{l4ds|col}}|text=Survivors, Special Infected, Tanks}}}}
{{Fl|2|NPCs {{in|{{l4ds}}|text=Common Infected, Witches}}}}
{{Fl|2|NPCs {{in|{{l4ds}}|color={{l4ds|col}}|text=Common Infected, Witches}}}}
{{Fl|4|Passes entities with classname [[func_pushable]]}}
{{Fl|4|Passes entities with classname [[func_pushable]]}}
{{Fl|8|Physics Objects}}
{{Fl|8|Physics Objects}}
Line 11: Line 11:
{{Fl|1024|Physics debris}}
{{Fl|1024|Physics debris}}
{{Fl|2048|Only NPCs in vehicles (respects player ally flag)}}
{{Fl|2048|Only NPCs in vehicles (respects player ally flag)}}
{{Fl|4096|Disallow Bots|removed={{l4d}}}}
{{Fl|4096|Disallow Bots {{l4d|removed}}}}


}}<noinclude>
}}<noinclude>
[[Category:Flag Templates|TriggerOnce]]
[[Category:Flag Templates|TriggerOnce]]
</noinclude>
</noinclude>

Revision as of 05:26, 23 July 2024

BaseTrigger:
Clients (Survivors, Special Infected, Tanks Left 4 Dead seriesLeft 4 Dead series) : [1]
NPCs (Common Infected, Witches Left 4 Dead seriesLeft 4 Dead series) : [2]
Passes entities with classname func_pushable : [4]
Physics Objects : [8]
Only player ally NPCs : [16]
Only clients in vehicles : [32]
Everything (not including physics debris) : [64]
Only clients *not* in vehicles : [512]
Physics debris : [1024]
Only NPCs in vehicles (respects player ally flag) : [2048]
Disallow Bots (removed since Left 4 Dead) : [4096]