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

Class RustBuildingBlockEvent

Inheritance
System.Object
EventBase
Event
RustBuildingBlockEvent
RustBuildingBlockUpgradingEvent
Implements
IBuildableEvent
IEvent
Inherited Members
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Building.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustBuildingBlockEvent : Event, IBuildableEvent, IEvent

Constructors

| Improve this Doc View Source

RustBuildingBlockEvent(RustBuildingBlock)

Declaration
public RustBuildingBlockEvent(RustBuildingBlock buildingBlock)
Parameters
Type Name Description
RustBuildingBlock buildingBlock

Properties

| Improve this Doc View Source

Buildable

Declaration
public IBuildable Buildable { get; }
Property Value
Type Description
IBuildable
| Improve this Doc View Source

BuildingBlock

Declaration
public RustBuildingBlock BuildingBlock { get; }
Property Value
Type Description
RustBuildingBlock

Implements

IBuildableEvent
IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)