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