Enum BaseTrigger.SpawnFlag ​
Namespace: ValveResourceFormat.Renderer.Entities
Assembly: Renderer.dll
Who a trigger reacts to, from its spawnflags.
csharp
[Flags]
public enum BaseTrigger.SpawnFlag : uintFields ​
AllowClients = 1
Players may touch this trigger.
AllowNpcs = 2
NPCs may touch this trigger. Nothing here is an NPC yet.
AllowPushables = 4
Pushable props may touch this trigger. Nothing here is pushable yet.
AllowPhysics = 8
Physics props may touch this trigger. Nothing here is a physics prop yet.
AllowAll = 64
Everything may touch this trigger.

