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