Class RustPlayerDemolishingBuildingBlockEvent
Inheritance
System.Object
RustPlayerDemolishingBuildingBlockEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerDemolishingBuildingBlockEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerDemolishingBuildingBlockEvent(RustPlayer, RustBuildingBlock)
Declaration
public RustPlayerDemolishingBuildingBlockEvent(RustPlayer player, RustBuildingBlock buildingBlock)
Parameters
Properties
|
Improve this Doc
View Source
BuildingBlock
Declaration
public RustBuildingBlock BuildingBlock { get; }
Property Value
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
ICancellableEvent
Extension Methods