Enum LogicRelay.SpawnFlag ​
Namespace: ValveResourceFormat.Renderer.Entities
Assembly: Renderer.dll
What a logic_relay's spawnflags mean.
csharp
[Flags]
public enum LogicRelay.SpawnFlag : uintFields ​
OnlyOnce = 1
Fires once and then switches itself off for good.
AllowFastRetrigger = 2
May be triggered again while a previous trigger is still waiting on its delay.

