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