|
Elin Decompiled Documentation EA 23.316 Nightly
|
Public Member Functions | |
| void | Reload () |
| virtual void | Initialize () |
| virtual void | OnInitialize () |
| bool | HasRow (string id) |
| Dictionary< string, string > | GetRow (string id) |
| void | Add (ExcelData data) |
| void | Clear () |
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 61 of file ExcelDataList.cs.
References items, and Reload().
Referenced by BaseModManager.InitLang(), and BaseModPackage.Parse().
|
inline |
Definition at line 67 of file ExcelDataList.cs.
References items, and Reload().
Referenced by BaseModManager.InitLang(), and MOD.ResetResources().
|
inline |
Definition at line 55 of file ExcelDataList.cs.
References all, and Initialize().
Referenced by GodTalkDataList.GetTalk(), and TalkDataList.GetTalk().
|
inline |
Definition at line 49 of file ExcelDataList.cs.
References all, and Initialize().
|
inlinevirtual |
Reimplemented in GodTalkDataList.
Definition at line 23 of file ExcelDataList.cs.
References all, initialized, item, items, list, OnInitialize(), and StartIndex.
Referenced by Card.ApplyTone(), ToneDataList.ApplyTone(), GetRow(), ToneDataList.GetToneID(), HasRow(), 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(), ToneDataList.GetToneID(), HasRow(), Initialize(), GodTalkDataList.Initialize(), and Reload().
|
protected |
Definition at line 12 of file ExcelDataList.cs.
Referenced by Initialize(), GodTalkDataList.Initialize(), and Reload().
Definition at line 6 of file ExcelDataList.cs.
Referenced by Add(), Clear(), Initialize(), and GodTalkDataList.Initialize().
| List<Dictionary<string, string> > ExcelDataList.list = new List<Dictionary<string, string>>() |
Definition at line 10 of file ExcelDataList.cs.
Referenced by Card.ApplyTone(), Initialize(), GodTalkDataList.Initialize(), TalkDataList.OnInitialize(), Reload(), Card.SetRandomTalk(), and Card.SetRandomTone().
|
get |
Definition at line 14 of file ExcelDataList.cs.
Referenced by Initialize().