Template:Fl BaseTrigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Category and templates)
(New flag added to Source Engine MP: Disallow Bots)
Line 10: Line 10:
* 1024 : Physics debris
* 1024 : Physics debris
* 2048 : Only NPCs in vehicles (respects player ally flag)
* 2048 : Only NPCs in vehicles (respects player ally flag)
* 4096 : Disallow Bots
* 4096 : Correctly account for object mass (trigger_push used to assume 100Kg) and multiple component physobjs (car, blob...) {{AS add}}
* 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 10:08, 5 December 2011

TriggerOnce:
  • 1 : Clients
  • 2 : NPCs
  • 4 : Pushables
  • 8 : Physics Objects
  • 16 : Only player ally NPCs
  • 32 : Only clients in vehicles
  • 64 : Everything (not including physics debris)
  • 512 : Only clients *not* in vehicles
  • 1024 : Physics debris
  • 2048 : Only NPCs in vehicles (respects player ally flag)
  • 4096 : Disallow Bots
  • 4096 : Correctly account for object mass (trigger_push used to assume 100Kg) and multiple component physobjs (car, blob...) Template:AS add