Table of Contents

Class FlagContestPointsChanged

Namespace
Uncreated.Warfare.Events.Models.Flags
Assembly
Uncreated.Warfare.dll

Event listener args which fires after a flag's Contest's points change are altered.

[EventModel(EventSynchronizationContext.Pure)]
public class FlagContestPointsChanged : IActionLoggableEvent
Inheritance
FlagContestPointsChanged
Implements
Inherited Members

Properties

Flag

The flag that is being contested.

public required FlagObjective Flag { get; init; }

Property Value

FlagObjective

PointsChange

The change in contest points.

public required int PointsChange { get; init; }

Property Value

int

Methods

GetActionLogEntry(IServiceProvider, ref ActionLogEntry[]?)

public ActionLogEntry GetActionLogEntry(IServiceProvider serviceProvider, ref ActionLogEntry[]? multipleEntries)

Parameters

serviceProvider IServiceProvider
multipleEntries ActionLogEntry[]

Returns

ActionLogEntry