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