Table of Contents

Class Plugin.OnGameStartingEventArgs

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

Constructors

OnGameStartingEventArgs(Game, PlayController)

public OnGameStartingEventArgs(Game game, PlayController controller)

Parameters

game Game
controller PlayController

Properties

CancelStartup

public bool CancelStartup { get; set; }

Property Value

bool

Controller

public PlayController Controller { get; }

Property Value

PlayController

CustomArgs

public Dictionary<string, object> CustomArgs { get; }

Property Value

Dictionary<string, object>

Game

public Game Game { get; }

Property Value

Game