Class RustBuildingBlockUpgradingEvent
Inheritance
System.Object
RustBuildingBlockUpgradingEvent
Implements
ICancellableEvent
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
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
Implements
ICancellableEvent
Extension Methods