Class EventServerShutdown
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("server_shutdown")]
public class EventServerShutdown : GameEvent
- Inheritance
-
objectEventServerShutdown
- 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; }