SwiftlyS2

EventServerPreShutdown

Interface EventServerPreShutdown

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "server_pre_shutdown" server is about to be shut down

public interface EventServerPreShutdown : IGameEvent<EventServerPreShutdown>

Implements

Properties

Reason

reason why server is about to be shut down


type: string

string Reason { get; set; }
Property Value

On this page