Struct MilitaryAccessRevokedEvent
Emitted when military access is revoked
public struct MilitaryAccessRevokedEvent : IGameEvent
- Implements
Constructors
MilitaryAccessRevokedEvent(ushort, ushort, int)
public MilitaryAccessRevokedEvent(ushort granter, ushort recipient, int tick)
Parameters
granterushortrecipientushorttickint
Fields
granterID
public readonly ushort granterID
Field Value
- ushort
recipientID
public readonly ushort recipientID
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