Skip to main content

Interface IGameLifecycle

Class offering cancellation tokens for common gameplay events.

Assembly: Dalamud.dll
View Source
Declaration
public interface IGameLifecycle

Properties

DalamudUnloadingToken

Gets a token that is cancelled when Dalamud is unloading.

View Source
Declaration
CancellationToken DalamudUnloadingToken { get; }

GameShuttingDownToken

Gets a token that is cancelled when the game is shutting down.

View Source
Declaration
CancellationToken GameShuttingDownToken { get; }

LogoutToken

Gets a token that is cancelled when a character is logging out.

View Source
Declaration
CancellationToken LogoutToken { get; }