Table of Contents

Struct GuaranteeRevokedEvent

Namespace
Core.Diplomacy
Assembly
Core.dll

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

guarantor ushort
guaranteed ushort
tick int

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