Table of Contents

Class FobDestroyed

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

Event listener args which fires after the main structure of any IBuildableFob subclass is destroyed.

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

Properties

Event

The event that caused the FOB to be destroyed.

public required IBaseBuildableDestroyedEvent Event { get; init; }

Property Value

IBaseBuildableDestroyedEvent

Fob

The IBuildableFob that was destroyed.

public required IBuildableFob Fob { get; init; }

Property Value

IBuildableFob

Methods

GetActionLogEntry(IServiceProvider, ref ActionLogEntry[]?)

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

Parameters

serviceProvider IServiceProvider
multipleEntries ActionLogEntry[]

Returns

ActionLogEntry