OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class RustPlayerWearingClothingEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerWearingClothingEvent
Implements
IPlayerEvent
IEvent
ICancellableEvent
Inherited Members
RustPlayerEvent.Player
RustPlayerEvent.IPlayerEvent.Player
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.Clothing.Events
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
Type Description
Item
| Improve this Doc View Source

Slot

Declaration
public int Slot { get; }
Property Value
Type Description
System.Int32

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)