Table of Contents

Class Plugin.OnGameStoppedEventArgs

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class Plugin.OnGameStoppedEventArgs
Inheritance
Plugin.OnGameStoppedEventArgs
Inherited Members

Constructors

OnGameStoppedEventArgs(OnGameStartingEventArgs, OnGameStartedEventArgs, GameStoppedArgs)

public OnGameStoppedEventArgs(Plugin.OnGameStartingEventArgs startingArgs, Plugin.OnGameStartedEventArgs startedArgs, PlayController.GameStoppedArgs stoppedArgs)

Parameters

startingArgs Plugin.OnGameStartingEventArgs
startedArgs Plugin.OnGameStartedEventArgs
stoppedArgs PlayController.GameStoppedArgs

Properties

ManuallyStopped

public bool ManuallyStopped { get; }

Property Value

bool

StartedArgs

public Plugin.OnGameStartedEventArgs StartedArgs { get; }

Property Value

Plugin.OnGameStartedEventArgs

StartingArgs

public Plugin.OnGameStartingEventArgs StartingArgs { get; }

Property Value

Plugin.OnGameStartingEventArgs

StoppedArgs

public PlayController.GameStoppedArgs StoppedArgs { get; }

Property Value

PlayController.GameStoppedArgs