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