Table of Contents

Class Plugin.OnGamesSplitArgs

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

Constructors

OnGamesSplitArgs(Game, IReadOnlyList<Game>)

public OnGamesSplitArgs(Game primaryGame, IReadOnlyList<Game> splitGames)

Parameters

primaryGame Game
splitGames IReadOnlyList<Game>

Properties

PrimaryGame

public Game PrimaryGame { get; }

Property Value

Game

SplitGames

public IReadOnlyList<Game> SplitGames { get; }

Property Value

IReadOnlyList<Game>