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

Class RustPlayerPlacingConstructionEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerPlacingConstructionEvent
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 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
Type Description
Planner

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)