Table of Contents

Class EventServerPreShutdown

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

Constructors

EventServerPreShutdown(bool)

public EventServerPreShutdown(bool force)

Parameters

force bool

EventServerPreShutdown(nint)

public EventServerPreShutdown(nint pointer)

Parameters

pointer nint

Properties

Reason

public string Reason { get; set; }

Property Value

string