Table of Contents

Class FobBuilt

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

Event listener args which fires after a BunkerFob is built up.

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

Properties

Fob

The BunkerFob that was built up.

public required BunkerFob Fob { get; init; }

Property Value

BunkerFob

Shovelable

The shovelable replaced by the FOB. This buildable is not alive.

public required ShovelableBuildable Shovelable { get; init; }

Property Value

ShovelableBuildable

Methods

GetActionLogEntry(IServiceProvider, ref ActionLogEntry[]?)

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

Parameters

serviceProvider IServiceProvider
multipleEntries ActionLogEntry[]

Returns

ActionLogEntry