OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IBuildableDeployingEvent

The interface for any buildable deploying events.

Inherited Members
ICancellableEvent.IsCancelled
IEvent.Arguments
IEvent.Data
Namespace: OpenMod.Extensions.Games.Abstractions.Building
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IBuildableDeployingEvent : ICancellableEvent, IEvent

Properties

| Improve this Doc View Source

BuildableAsset

Gets the buildable asset that is going to be used whilst deploying.

Declaration
IBuildableAsset BuildableAsset { get; }
Property Value
Type Description
IBuildableAsset

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)