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

Class RustPlayerUpgradingBuildingBlockEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerUpgradingBuildingBlockEvent
Implements
IPlayerEvent
IEvent
ICancellableEvent
Inherited Members
RustPlayerEvent.Player
RustPlayerEvent.IPlayerEvent.Player
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.Building.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerUpgradingBuildingBlockEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent

Constructors

| Improve this Doc View Source

RustPlayerUpgradingBuildingBlockEvent(RustPlayer, RustBuildingBlock, ConstructionGrade)

Declaration
public RustPlayerUpgradingBuildingBlockEvent(RustPlayer player, RustBuildingBlock buildingBlock, ConstructionGrade grade)
Parameters
Type Name Description
RustPlayer player
RustBuildingBlock buildingBlock
ConstructionGrade grade

Properties

| Improve this Doc View Source

BuildingBlock

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

Grade

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

IsCancelled

Declaration
public bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)