Table of Contents

Struct GuaranteeGrantedEvent

Namespace
Core.Diplomacy
Assembly
Core.dll

Emitted when a country guarantees another's independence (directional)

public struct GuaranteeGrantedEvent : IGameEvent
Implements

Constructors

GuaranteeGrantedEvent(ushort, ushort, int)

public GuaranteeGrantedEvent(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