Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
override void | OnInitialize () |
string | GetTalk (string id, string idTopic, bool useDefault=false, bool human=true) |
string | GetRandomID (string tag) |
![]() | |
void | Reload () |
virtual void | Initialize () |
virtual void | OnInitialize () |
Dictionary< string, string > | GetRow (string id) |
Public Attributes | |
List< string > | IDs |
![]() | |
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>>() |
Properties | |
override int | StartIndex [get] |
![]() | |
virtual int | StartIndex [get] |
Additional Inherited Members | |
![]() | |
bool | initialized |
Definition at line 5 of file TalkDataList.cs.
|
inline |
Definition at line 59 of file TalkDataList.cs.
References IDs.
Referenced by Card.SetRandomTalk().
|
inline |
Definition at line 23 of file TalkDataList.cs.
References ExcelDataList.all, Debug, human, ExcelDataList.Initialize(), and ExcelDataList.initialized.
Referenced by Person.GetDramaTitle(), and Card.GetTalkText().
|
inlinevirtual |
Reimplemented from ExcelDataList.
Definition at line 11 of file TalkDataList.cs.
References IDs, and ExcelDataList.list.
List<string> TalkDataList.IDs |
Definition at line 7 of file TalkDataList.cs.
Referenced by GetRandomID(), and OnInitialize().
|
get |
Definition at line 9 of file TalkDataList.cs.