Template:Fl BaseTrigger

From Valve Developer Community
Revision as of 05:59, 28 January 2021 by Deprecated (talk | contribs) (Added note about Garry's Mod trigger_push behavior)
Jump to navigation Jump to search
TriggerOnce:
Clients : [1]
NPCs : [2]
Pushables : [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)
Note.pngNote:In Garry's Mod, flag 4096 is "Correctly account for object mass" for trigger_push only.[confirm]