Class RustPlayerActiveItemChangedEvent
Inheritance
System.Object
RustPlayerActiveItemChangedEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerActiveItemChangedEvent : RustPlayerEvent, IPlayerEvent, IEvent
Constructors
|
Improve this Doc
View Source
RustPlayerActiveItemChangedEvent(RustPlayer, RustItem, RustItem)
Declaration
public RustPlayerActiveItemChangedEvent(RustPlayer player, RustItem oldItem, RustItem newItem)
Parameters
Properties
|
Improve this Doc
View Source
NewItem
Declaration
public RustItem NewItem { get; }
Property Value
|
Improve this Doc
View Source
OldItem
Declaration
public RustItem OldItem { get; }
Property Value
Implements
Extension Methods