Template:Fl BaseTrigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(New flag added to Source Engine MP: Disallow Bots)
No edit summary
Line 1: Line 1:
{{ScrollBox|title=TriggerOnce|
{{ScrollBox|title=TriggerOnce|
* 1 : Clients
{{Fl|1|Clients}}
* 2 : NPCs
{{Fl|2|NPCs}}
* 4 : Pushables
{{Fl|4|Pushables}}
* 8 : Physics Objects
{{Fl|8|Physics Objects}}
* 16 : Only player ally NPCs
{{Fl|16|Only player ally NPCs}}
* 32 : Only clients in vehicles
{{Fl|32|Only clients in vehicles}}
* 64 : Everything (not including physics debris)
{{Fl|64|Everything (not including physics debris)}}
* 512 : Only clients *not* in vehicles
{{Fl|512|Only clients *not* in vehicles}}
* 1024 : Physics debris
{{Fl|1024|Physics debris}}
* 2048 : Only NPCs in vehicles (respects player ally flag)
{{Fl|2048|Only NPCs in vehicles (respects player ally flag)}}
* 4096 : Disallow Bots
{{Fl|4096|Disallow Bots}}
* 4096 : Correctly account for object mass (trigger_push used to assume 100Kg) and multiple component physobjs (car, blob...) {{AS add}}
{{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]