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

Interface IBuildableEvent

The base interface for all buildable related events.

Inherited Members
IEvent.Arguments
IEvent.Data
Namespace: OpenMod.Extensions.Games.Abstractions.Building
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IBuildableEvent : IEvent

Properties

| Improve this Doc View Source

Buildable

Gets the buildable related to the event.

Declaration
IBuildable Buildable { get; }
Property Value
Type Description
IBuildable

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)