Class FlagContestPointsChanged
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
PointsChange
The change in contest points.
public required int PointsChange { get; init; }
Property Value
Methods
GetActionLogEntry(IServiceProvider, ref ActionLogEntry[]?)
public ActionLogEntry GetActionLogEntry(IServiceProvider serviceProvider, ref ActionLogEntry[]? multipleEntries)
Parameters
serviceProviderIServiceProvidermultipleEntriesActionLogEntry[]