Table of Contents

Struct MilitaryAccessRevokedEvent

Namespace
Core.Diplomacy
Assembly
Core.dll

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

granter ushort
recipient ushort
tick int

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