Template:Fl BaseTrigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-title)
m (Nescius moved page Template:Fl TriggerOnce to Template:Fl BaseTrigger: -not sure why it's named triggeronce but BaseTrigger is more correct name for this and also consistent with KV, I, O templates)
(No difference)

Revision as of 05:06, 8 August 2023

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]
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 : [4096]
Correctly account for object mass (trigger_push used to assume 100Kg) and multiple component physics objects (car, blob...) : [4096] (in all games since Alien Swarm)
Template:ModernNote