Struct GuaranteeRevokedEvent
Emitted when a guarantee is revoked
public struct GuaranteeRevokedEvent : IGameEvent
- Implements
Constructors
GuaranteeRevokedEvent(ushort, ushort, int)
public GuaranteeRevokedEvent(ushort guarantor, ushort guaranteed, int tick)
Parameters
guarantorushortguaranteedushorttickint
Fields
guaranteedID
public readonly ushort guaranteedID
Field Value
- ushort
guarantorID
public readonly ushort guarantorID
Field Value
- ushort
tick
public readonly int tick
Field Value
- int
Properties
TimeStamp
Timestamp when the event was emitted (set automatically by EventBus).
public float TimeStamp { readonly get; set; }
Property Value
- float