Template:Fl BaseTrigger: Difference between revisions
Jump to navigation
Jump to search
m (" ," -> ", ") |
(-4096) |
||
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}} | {{Fl|4096|Disallow Bots|removed={{l4d}}}} | ||
{{Fl|4096|Correctly account for object mass (trigger_push used to assume 100Kg) and multiple component physobjs (car, blob...)|since={{asw}}}} | |||
}}<noinclude> | }}<noinclude> | ||
[[Category:Flag Templates|TriggerOnce]] | [[Category:Flag Templates|TriggerOnce]] | ||
</noinclude> | </noinclude> |
Revision as of 12:33, 16 May 2024
BaseTrigger:
- 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]
- Correctly account for object mass (trigger_push used to assume 100Kg) and multiple component physobjs (car, blob...) : [4096] (in all games since
)