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