Table of Contents

Class EventServerShutdown

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("server_shutdown")]
public class EventServerShutdown : GameEvent
Inheritance
EventServerShutdown
Inherited Members

Constructors

EventServerShutdown(bool)

public EventServerShutdown(bool force)

Parameters

force bool

EventServerShutdown(nint)

public EventServerShutdown(nint pointer)

Parameters

pointer nint

Properties

Reason

public string Reason { get; set; }

Property Value

string