Table of Contents

Class AutomaticScriptPlayController

Namespace
Playnite
Assembly
Playnite.SDK.dll
public sealed class AutomaticScriptPlayController : PlayController, IAsyncDisposable
Inheritance
AutomaticScriptPlayController
Implements
Inherited Members

Constructors

AutomaticScriptPlayController(ScriptGameAction)

public AutomaticScriptPlayController(ScriptGameAction action)

Parameters

action ScriptGameAction

Properties

Action

public ScriptGameAction Action { get; }

Property Value

ScriptGameAction

Methods

PlayAsync(PlayActionArgs)

public override Task PlayAsync(PlayController.PlayActionArgs args)

Parameters

args PlayController.PlayActionArgs

Returns

Task