Class RustPlayerRespawnedEvent
Inheritance
System.Object
RustPlayerRespawnedEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerRespawnedEvent : RustPlayerEvent, IPlayerSpawnedEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerRespawnedEvent(RustPlayer)
Declaration
public RustPlayerRespawnedEvent(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