|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceQuest.cs.
◆ CreateRow()
| override Row SourceQuest.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceQuest.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceQuest.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 157 of file SourceQuest.cs.
158 {
160 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceQuest.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 162 of file SourceQuest.cs.
163 {
165 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ SetRow()
| override void SourceQuest.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceQuest.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["name_JP"] = 1,
["name"] = 2,
["type"] = 3,
["drama"] = 4,
["idZone"] = 5,
["group"] = 6,
["tags"] = 7,
["money"] = 8,
["chance"] = 9,
["minFame"] = 10,
["detail_JP"] = 11,
["detail"] = 12,
["talkProgress_JP"] = 13,
["talkProgress"] = 14,
["talkComplete_JP"] = 15,
["talkComplete"] = 16
}
Definition at line 60 of file SourceQuest.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceQuest.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["name_JP"] = "string",
["name"] = "string",
["type"] = "string",
["drama"] = "string[]",
["idZone"] = "string",
["group"] = "string",
["tags"] = "string[]",
["money"] = "int",
["chance"] = "int",
["minFame"] = "int",
["detail_JP"] = "string",
["detail"] = "string",
["talkProgress_JP"] = "string",
["talkProgress"] = "string",
["talkComplete_JP"] = "string",
["talkComplete"] = "string"
}
Definition at line 81 of file SourceQuest.cs.
Referenced by GetTypeMapping().
◆ ImportFields
| override string [] SourceQuest.ImportFields |
|
get |
The documentation for this class was generated from the following file: