Class RustPlayerWearingClothingEvent
Inheritance
System.Object
RustPlayerWearingClothingEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerWearingClothingEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerWearingClothingEvent(RustPlayer, Item, Int32)
Declaration
public RustPlayerWearingClothingEvent(RustPlayer player, Item item, int slot)
Parameters
Type |
Name |
Description |
RustPlayer |
player |
|
Item |
item |
|
System.Int32 |
slot |
|
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 Item Item { get; }
Property Value
|
Improve this Doc
View Source
Slot
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Implements
ICancellableEvent
Extension Methods