Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
bool | IsValidVersion () |
bool | Init () |
void | UpdateMeta (bool updateOnly=false) |
void | Activate () |
void | Parse () |
Public Attributes | |
string | title |
string | author |
string | version |
string | id |
string | description |
string | visibility |
string[] | tags |
bool | builtin |
bool | activated |
bool | willActivate = true |
bool | installed |
bool | banned |
bool | isInPackages |
bool | hasPublishedPackage |
bool | downloadStarted |
int | loadPriority |
object | item |
DirectoryInfo | dirInfo |
Text | progressText |
Static Public Attributes | |
static XmlReader | xmlReader |
static XmlReaderSettings | readerSetting |
Definition at line 6 of file BaseModPackage.cs.
|
inline |
Definition at line 145 of file BaseModPackage.cs.
References activated, Debug, dirInfo, hasPublishedPackage, installed, loadPriority, Parse(), title, and willActivate.
Referenced by ModManager.RefreshMods().
|
inline |
Definition at line 55 of file BaseModPackage.cs.
References dirInfo, and UpdateMeta().
Referenced by ModManager.RefreshMods().
|
inline |
Definition at line 50 of file BaseModPackage.cs.
References Version.Get(), BaseCore.Instance, Version.IsBelow(), version, and BaseCore.versionMod.
Referenced by LayerMod.OnInit(), and ModManager.RefreshMods().
|
inline |
Definition at line 155 of file BaseModPackage.cs.
References MOD.actorSources, ModItemList< T >.Add(), Log.App(), dirInfo, BaseModManager.Instance, ExcelDataList.items, MOD.OnAddPcc, BaseModManager.ParseExtra(), and MOD.sprites.
Referenced by Activate().
|
inline |
Definition at line 65 of file BaseModPackage.cs.
References author, builtin, description, loadPriority, tags, title, version, visibility, and xmlReader.
Referenced by Steam.CreateUserContent(), Init(), and LayerMod.OnInit().
bool BaseModPackage.activated |
Definition at line 28 of file BaseModPackage.cs.
Referenced by Activate(), LayerFeedback.OnInit(), ModManager.RefreshMods(), and LayerFeedback.Submit().
string BaseModPackage.author |
Definition at line 14 of file BaseModPackage.cs.
Referenced by LayerMod.OnInit(), and UpdateMeta().
bool BaseModPackage.banned |
Definition at line 34 of file BaseModPackage.cs.
bool BaseModPackage.builtin |
Definition at line 26 of file BaseModPackage.cs.
Referenced by ModManager.CountUserMod(), ModManager.LoadLoadOrder(), LayerFeedback.OnInit(), LayerMod.OnInit(), ModManager.ParseExtra(), ModManager.SaveLoadOrder(), LayerFeedback.Submit(), and UpdateMeta().
string BaseModPackage.description |
Definition at line 20 of file BaseModPackage.cs.
Referenced by Steam.CreateItemData(), and UpdateMeta().
DirectoryInfo BaseModPackage.dirInfo |
Definition at line 46 of file BaseModPackage.cs.
Referenced by Activate(), Steam.CreateItemData(), Init(), ModManager.LoadLoadOrder(), LayerMod.OnInit(), Parse(), ModManager.RefreshMods(), and ModManager.SaveLoadOrder().
bool BaseModPackage.downloadStarted |
Definition at line 40 of file BaseModPackage.cs.
Referenced by ModManager.RefreshMods().
bool BaseModPackage.hasPublishedPackage |
Definition at line 38 of file BaseModPackage.cs.
Referenced by Activate().
string BaseModPackage.id |
Definition at line 18 of file BaseModPackage.cs.
Referenced by Steam.CreateItemData(), LayerFeedback.OnInit(), LayerMod.OnInit(), and ModManager.RefreshMods().
bool BaseModPackage.installed |
Definition at line 32 of file BaseModPackage.cs.
Referenced by Activate(), and ModManager.RefreshMods().
bool BaseModPackage.isInPackages |
Definition at line 36 of file BaseModPackage.cs.
Referenced by LayerMod.OnInit(), and ModManager.RefreshMods().
object BaseModPackage.item |
Definition at line 44 of file BaseModPackage.cs.
int BaseModPackage.loadPriority |
Definition at line 42 of file BaseModPackage.cs.
Referenced by Activate(), ModManager.RefreshMods(), and UpdateMeta().
Text BaseModPackage.progressText |
Definition at line 48 of file BaseModPackage.cs.
Referenced by ModManager.RefreshMods().
|
static |
Definition at line 10 of file BaseModPackage.cs.
string [] BaseModPackage.tags |
Definition at line 24 of file BaseModPackage.cs.
Referenced by Steam.CreateItemData(), and UpdateMeta().
string BaseModPackage.title |
Definition at line 12 of file BaseModPackage.cs.
Referenced by Activate(), Steam.CreateItemData(), LayerMod.OnInit(), ModManager.RefreshMods(), and UpdateMeta().
string BaseModPackage.version |
Definition at line 16 of file BaseModPackage.cs.
Referenced by IsValidVersion(), LayerMod.OnInit(), and UpdateMeta().
string BaseModPackage.visibility |
Definition at line 22 of file BaseModPackage.cs.
Referenced by Steam.CreateItemData(), and UpdateMeta().
bool BaseModPackage.willActivate = true |
Definition at line 30 of file BaseModPackage.cs.
Referenced by Activate(), LayerMod.OnInit(), and ModManager.RefreshMods().
|
static |
Definition at line 8 of file BaseModPackage.cs.
Referenced by UpdateMeta().