Table of Contents

Class ScriptGameMenuItem

Namespace
Playnite.SDK.Plugins
Assembly
Playnite.SDK.dll

Represents script game menu item.

public class ScriptGameMenuItem : PluginMenuItem
Inheritance
ScriptGameMenuItem
Inherited Members

Properties

FunctionName

Gets or sets function to be executed when menu item is activated.

public string FunctionName { get; set; }

Property Value

string