Class FobDestroyed
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
Fob
The IBuildableFob that was destroyed.
public required IBuildableFob Fob { get; init; }
Property Value
Methods
GetActionLogEntry(IServiceProvider, ref ActionLogEntry[]?)
public ActionLogEntry GetActionLogEntry(IServiceProvider serviceProvider, ref ActionLogEntry[]? multipleEntries)
Parameters
serviceProviderIServiceProvidermultipleEntriesActionLogEntry[]