Template:Fl BaseTrigger: Difference between revisions
Jump to navigation
Jump to search
WhosAsking (talk | contribs) (New flag added to Source Engine MP: Disallow Bots) |
No edit summary |
||
Line 1: | Line 1: | ||
{{ScrollBox|title=TriggerOnce| | {{ScrollBox|title=TriggerOnce| | ||
{{Fl|1|Clients}} | |||
{{Fl|2|NPCs}} | |||
{{Fl|4|Pushables}} | |||
{{Fl|8|Physics Objects}} | |||
{{Fl|16|Only player ally NPCs}} | |||
{{Fl|32|Only clients in vehicles}} | |||
{{Fl|64|Everything (not including physics debris)}} | |||
{{Fl|512|Only clients *not* in vehicles}} | |||
{{Fl|1024|Physics debris}} | |||
{{Fl|2048|Only NPCs in vehicles (respects player ally flag)}} | |||
{{Fl|4096|Disallow Bots}} | |||
{{Fl|4096|Correctly account for object mass (trigger_push used to assume 100Kg) and multiple component physobjs (car, blob...) {{AS add}}}} | |||
}}<noinclude> | }}<noinclude> | ||
[[Category:Flag Templates|TriggerOnce]] | [[Category:Flag Templates|TriggerOnce]] | ||
</noinclude> | </noinclude> |
Revision as of 17:20, 29 July 2020
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 physobjs (car, blob...) Template:AS add : [4096]