Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | Reload () |
virtual void | Initialize () |
virtual void | OnInitialize () |
Dictionary< string, string > | GetRow (string id) |
Public Attributes | |
List< ExcelData > | items = new List<ExcelData>(0) |
Dictionary< string, Dictionary< string, string > > | all = new Dictionary<string, Dictionary<string, string>>() |
List< Dictionary< string, string > > | list = new List<Dictionary<string, string>>() |
Protected Attributes | |
bool | initialized |
Properties | |
virtual int | StartIndex [get] |
Definition at line 4 of file ExcelDataList.cs.
|
inline |
Definition at line 49 of file ExcelDataList.cs.
References all, Initialize(), initialized, and list.
|
inlinevirtual |
Definition at line 23 of file ExcelDataList.cs.
References all, initialized, item, items, list, OnInitialize(), and StartIndex.
Referenced by Card.ApplyTone(), ToneDataList.ApplyTone(), GetRow(), TalkDataList.GetTalk(), ToneDataList.GetToneID(), Card.SetRandomTalk(), and Card.SetRandomTone().
|
inlinevirtual |
Reimplemented in TalkDataList, and ToneDataList.
Definition at line 45 of file ExcelDataList.cs.
Referenced by Initialize().
|
inline |
Definition at line 16 of file ExcelDataList.cs.
References all, initialized, and list.
Dictionary<string, Dictionary<string, string> > ExcelDataList.all = new Dictionary<string, Dictionary<string, string>>() |
Definition at line 8 of file ExcelDataList.cs.
Referenced by Card.ApplyTone(), ToneDataList.ApplyTone(), GetRow(), TalkDataList.GetTalk(), ToneDataList.GetToneID(), Initialize(), and Reload().
|
protected |
Definition at line 12 of file ExcelDataList.cs.
Referenced by ToneDataList.ApplyTone(), GetRow(), TalkDataList.GetTalk(), ToneDataList.GetToneID(), Initialize(), and Reload().
Definition at line 6 of file ExcelDataList.cs.
Referenced by Initialize(), BaseModManager.InitLang(), and BaseModPackage.Parse().
List<Dictionary<string, string> > ExcelDataList.list = new List<Dictionary<string, string>>() |
Definition at line 10 of file ExcelDataList.cs.
Referenced by Card.ApplyTone(), GetRow(), Initialize(), TalkDataList.OnInitialize(), Reload(), Card.SetRandomTalk(), and Card.SetRandomTone().
|
get |
Definition at line 14 of file ExcelDataList.cs.
Referenced by Initialize().