Enum AttemptFrequency
Namespace: Content.Shared.DoAfter
Assembly: Content.Shared.dll
Syntax
public enum AttemptFrequency : byte
Fields
Name | Description |
---|---|
EveryTick | Raise the attempt event every tick while the DoAfter is running. |
Never | Never raise the attempt event. |
StartAndEnd | Raises the attempt event when the DoAfter is about to start or end. |