|
| IniData | GetElinIni () |
| |
| override void | Init (string path, string defaultPackage="_Elona") |
| |
| IEnumerator | RefreshMods (Action onComplete, bool syncMods) |
| |
| void | SaveLoadOrder () |
| |
| void | LoadLoadOrder () |
| |
| ModPackage | AddPackage (DirectoryInfo dir, bool isInPackages=false) |
| |
| ModPackage | AddWorkshopPackage (WorkshopItem item, bool isInPackages=false) |
| |
| override void | ParseExtra (DirectoryInfo dir, BaseModPackage package) |
| |
| void | UpdateDialogs (DirectoryInfo dir, string dirTemp) |
| |
| void | UpdateTalks (DirectoryInfo dir, string dirTemp) |
| |
| void | UpdateExcelBook (FileInfo f, string dirTemp, bool updateOnlyText) |
| |
| int | UpdateExcelSheet (ISheet destSheet, ISheet oldSheet, bool updateOnlytext) |
| |
|
| static readonly string | PasswordChar = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" |
| |
| static List< object > | ListPluginObject = new List<object>() |
| |
Definition at line 19 of file ModManager.cs.
◆ AddPackage()
| ModPackage ModManager.AddPackage |
( |
DirectoryInfo | dir, |
|
|
bool | isInPackages = false ) |
◆ AddWorkshopPackage()
| ModPackage ModManager.AddWorkshopPackage |
( |
WorkshopItem | item, |
|
|
bool | isInPackages = false ) |
◆ GetElinIni()
| IniData ModManager.GetElinIni |
( |
| ) |
|
◆ Init()
| override void ModManager.Init |
( |
string | path, |
|
|
string | defaultPackage = "_Elona" ) |
◆ LoadLoadOrder()
| void ModManager.LoadLoadOrder |
( |
| ) |
|
◆ ParseExtra()
| override void ModManager.ParseExtra |
( |
DirectoryInfo | dir, |
|
|
BaseModPackage | package ) |
◆ RefreshMods()
| IEnumerator ModManager.RefreshMods |
( |
Action | onComplete, |
|
|
bool | syncMods ) |
◆ SaveLoadOrder()
| void ModManager.SaveLoadOrder |
( |
| ) |
|
◆ UpdateDialogs()
| void ModManager.UpdateDialogs |
( |
DirectoryInfo | dir, |
|
|
string | dirTemp ) |
◆ UpdateExcelBook()
| void ModManager.UpdateExcelBook |
( |
FileInfo | f, |
|
|
string | dirTemp, |
|
|
bool | updateOnlyText ) |
◆ UpdateExcelSheet()
| int ModManager.UpdateExcelSheet |
( |
ISheet | destSheet, |
|
|
ISheet | oldSheet, |
|
|
bool | updateOnlytext ) |
◆ UpdateTalks()
| void ModManager.UpdateTalks |
( |
DirectoryInfo | dir, |
|
|
string | dirTemp ) |
◆ ListPluginObject
| List<object> ModManager.ListPluginObject = new List<object>() |
|
static |
◆ PasswordChar
| readonly string ModManager.PasswordChar = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" |
|
static |
◆ replaceFiles
| List<FileInfo> ModManager.replaceFiles = new List<FileInfo>() |
◆ DirWorkshop
| DirectoryInfo ModManager.DirWorkshop |
|
staticget |
◆ IsInitialized
| bool ModManager.IsInitialized |
|
staticget |
◆ ListChainLoad
| List<string> ModManager.ListChainLoad |
|
staticget |
◆ PathIni
| string ModManager.PathIni |
|
staticget |
The documentation for this class was generated from the following file: