|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceSpawnList.cs.
◆ CreateRow()
| override Row SourceSpawnList.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceSpawnList.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceSpawnList.GetRowMapping |
( |
| ) |
|
|
inline |
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceSpawnList.GetTypeMapping |
( |
| ) |
|
|
inline |
◆ SetRow()
| override void SourceSpawnList.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceSpawnList.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["parent"] = 2,
["type"] = 3,
["category"] = 4,
["idCard"] = 5,
["tag"] = 6,
["filter"] = 7
}
Definition at line 33 of file SourceSpawnList.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceSpawnList.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["parent"] = "string",
["type"] = "string",
["category"] = "string[]",
["idCard"] = "string[]",
["tag"] = "string[]",
["filter"] = "string[]"
}
Definition at line 44 of file SourceSpawnList.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: