Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SourceQuest Class Reference
Inheritance diagram for SourceQuest:
SourceDataString< SourceQuest.Row >

Classes

class  Row
 

Public Member Functions

override Row CreateRow ()
 
override void SetRow (Row r)
 
- Public Member Functions inherited from SourceDataString< SourceQuest.Row >
override T GetRow (string id)
 

Properties

override string[] ImportFields [get]
 

Detailed Description

Definition at line 3 of file SourceQuest.cs.

Member Function Documentation

◆ CreateRow()

override Row SourceQuest.CreateRow ( )
inline

Definition at line 61 of file SourceQuest.cs.

62 {
63 return new Row
64 {
65 id = SourceData.GetString(0),
66 name_JP = SourceData.GetString(1),
67 name = SourceData.GetString(2),
68 type = SourceData.GetString(3),
69 drama = SourceData.GetStringArray(4),
70 idZone = SourceData.GetString(5),
71 group = SourceData.GetString(6),
72 tags = SourceData.GetStringArray(7),
74 chance = SourceData.GetInt(9),
75 minFame = SourceData.GetInt(10),
76 detail_JP = SourceData.GetString(11),
77 detail = SourceData.GetString(12),
78 talkProgress_JP = SourceData.GetString(13),
79 talkProgress = SourceData.GetString(14),
80 talkComplete_JP = SourceData.GetString(15),
81 talkComplete = SourceData.GetString(16)
82 };
83 }
static string[] GetStringArray(int id)
Definition: SourceData.cs:741
static string GetString(int id)
Definition: SourceData.cs:746
static int GetInt(int id)
Definition: SourceData.cs:711

References SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetString(), SourceData< T, T2 >.GetStringArray(), and money.

◆ SetRow()

override void SourceQuest.SetRow ( Row  r)
inline

Definition at line 85 of file SourceQuest.cs.

86 {
87 map[r.id] = r;
88 }

References SourceQuest.Row.id.

Property Documentation

◆ ImportFields

override string [] SourceQuest.ImportFields
get

Definition at line 59 of file SourceQuest.cs.


The documentation for this class was generated from the following file: