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

Class RustBuildingBlockUpgradingEvent

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

Constructors

| Improve this Doc View Source

RustBuildingBlockUpgradingEvent(RustBuildingBlock, RustPlayer, BuildingGrade.Enum)

Declaration
public RustBuildingBlockUpgradingEvent(RustBuildingBlock buildingBlock, RustPlayer player, BuildingGrade.Enum grade)
Parameters
Type Name Description
RustBuildingBlock buildingBlock
RustPlayer player
BuildingGrade.Enum grade

Properties

| Improve this Doc View Source

Grade

Declaration
public BuildingGrade.Enum Grade { get; }
Property Value
Type Description
BuildingGrade.Enum
| Improve this Doc View Source

IsCancelled

Declaration
public bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Player

Declaration
public RustPlayer Player { get; }
Property Value
Type Description
RustPlayer

Implements

IBuildableEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)