|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceTactics.cs.
◆ CreateRow()
| override Row SourceTactics.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceTactics.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceTactics.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 155 of file SourceTactics.cs.
156 {
158 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceTactics.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 160 of file SourceTactics.cs.
161 {
163 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ SetRow()
| override void SourceTactics.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceTactics.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["name_JP"] = 1,
["name"] = 2,
["dist"] = 4,
["move"] = 5,
["movePC"] = 6,
["party"] = 7,
["taunt"] = 8,
["melee"] = 9,
["range"] = 10,
["spell"] = 11,
["heal"] = 12,
["summon"] = 13,
["buff"] = 14,
["debuff"] = 15,
["tag"] = 16,
["detail_JP"] = 17,
["detail"] = 18
}
Definition at line 56 of file SourceTactics.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceTactics.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["name_JP"] = "string",
["name"] = "string",
["dist"] = "int",
["move"] = "int",
["movePC"] = "int",
["party"] = "int",
["taunt"] = "int",
["melee"] = "int",
["range"] = "int",
["spell"] = "int",
["heal"] = "int",
["summon"] = "int",
["buff"] = "int",
["debuff"] = "int",
["tag"] = "string[]",
["detail_JP"] = "string",
["detail"] = "string"
}
Definition at line 78 of file SourceTactics.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: