Class RustPlayerRevivingEvent
Inheritance
System.Object
RustPlayerRevivingEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerRevivingEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerRevivingEvent(RustPlayer, RustPlayer)
Declaration
public RustPlayerRevivingEvent(RustPlayer player, RustPlayer reviver)
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
Reviver
Declaration
public RustPlayer Reviver { get; }
Property Value
Implements
ICancellableEvent
Extension Methods