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