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