Class GamePaths
- Namespace
- Vintagestory.API.Config
- Assembly
- VintagestoryAPI.dll
public static class GamePaths
- Inheritance
-
GamePaths
- Inherited Members
-
Fields
AllowedNameChars
public static string AllowedNameChars
Field Value
- string
CustomLogPath
public static string CustomLogPath
Field Value
- string
DataPath
public static string DataPath
Field Value
- string
DefaultSaveFilenameWithoutExtension
public static string DefaultSaveFilenameWithoutExtension
Field Value
- string
Properties
AssetsPath
public static string AssetsPath { get; }
Property Value
- string
BackupSaves
public static string BackupSaves { get; }
Property Value
- string
Backups
public static string Backups { get; }
Property Value
- string
Binaries
public static string Binaries { get; }
Property Value
- string
BinariesMods
public static string BinariesMods { get; }
Property Value
- string
Cache
public static string Cache { get; }
Property Value
- string
Config
public static string Config { get; }
Property Value
- string
DataPathMods
public static string DataPathMods { get; }
Property Value
- string
DataPathServerMods
public static string DataPathServerMods { get; }
Property Value
- string
Logs
public static string Logs { get; }
Property Value
- string
Macros
public static string Macros { get; }
Property Value
- string
ModConfig
public static string ModConfig { get; }
Property Value
- string
OldSaves
public static string OldSaves { get; }
Property Value
- string
PlayerData
public static string PlayerData { get; }
Property Value
- string
Saves
public static string Saves { get; }
Property Value
- string
Screenshots
public static string Screenshots { get; }
Property Value
- string
Videos
public static string Videos { get; }
Property Value
- string
Methods
EnsurePathExists(string)
public static void EnsurePathExists(string path)
Parameters
path
string
EnsurePathsExist()
public static void EnsurePathsExist()
IsValidName(string)
public static bool IsValidName(string s)
Parameters
s
string
Returns
- bool
ReplaceInvalidChars(string)
public static string ReplaceInvalidChars(string filename)
Parameters
filename
string
Returns
- string