Table of Contents

Delegate Listeners.OnServerHibernationUpdate

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll

Called when the server is updating the hibernation state.

[ListenerName("OnServerHibernationUpdate")]
public delegate void Listeners.OnServerHibernationUpdate(bool isHibernating)

Parameters

isHibernating bool

true if the server is hibernating, false otherwise