Class RustPlayerUpgradingBuildingBlockEvent
Inheritance
System.Object
RustPlayerUpgradingBuildingBlockEvent
Implements
ICancellableEvent
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
Properties
|
Improve this Doc
View Source
BuildingBlock
Declaration
public RustBuildingBlock BuildingBlock { get; }
Property Value
|
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
ICancellableEvent
Extension Methods