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