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