Table of Contents

Enum GameActionType

Namespace
Playnite.SDK.Models
Assembly
Playnite.SDK.dll

Represents game action type.

public enum GameActionType

Fields

Emulator = 2

Game action starts an emulator.

File = 0

Game action executes a file.

Script = 3

Game action startup is handled by a script.

URL = 1

Game action navigates to a web based URL.