Class ExpandableVariables
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
Represents object with definitions of available expandable game variables.
public class ExpandableVariables
- Inheritance
-
ExpandableVariables
- Inherited Members
Fields
DatabaseId
Gets variable for game's database ID.
public const string DatabaseId = "{DatabaseId}"
Field Value
GameId
Gets variable for game's ID.
public const string GameId = "{GameId}"
Field Value
InstallationDirName
Gets variable name for game's installation directory name.
public const string InstallationDirName = "{InstallDirName}"
Field Value
InstallationDirectory
Gets variable name for game's installation directory path.
public const string InstallationDirectory = "{InstallDir}"
Field Value
LibraryId
public const string LibraryId = "{LibraryId}"
Field Value
Name
Gets variable for game's name.
public const string Name = "{Name}"
Field Value
Platform
Gets variable for game's platform.
public const string Platform = "{Platform}"
Field Value
PlayniteDirectory
Gets variable name for Playnite's installation directory path.
public const string PlayniteDirectory = "{PlayniteDir}"
Field Value
PluginId
Gets variable for game's library plugin ID.
public const string PluginId = "{PluginId}"