Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
SourceZoneAffix.cs
Go to the documentation of this file.
1
using
System;
2
3
public
class
SourceZoneAffix
:
SourceDataInt
<SourceZoneAffix.Row>
4
{
5
[Serializable]
6
public
class
Row
: BaseRow
7
{
8
public
int
id
;
9
10
public
string
zone
;
11
12
public
string
name_JP
;
13
14
public
string
name
;
15
16
public
string
textAssign_JP
;
17
18
public
string
textAssign
;
19
20
public
string
detail_JP
;
21
22
public
string
detail
;
23
24
[NonSerialized]
25
public
string
name_L
;
26
27
[NonSerialized]
28
public
string
detail_L
;
29
30
public
override
bool
UseAlias
=>
false
;
31
32
public
override
string
GetAlias
=>
"n"
;
33
}
34
35
public
override
Row
CreateRow
()
36
{
37
return
new
Row
38
{
39
id
=
SourceData
.
GetInt
(0),
40
zone =
SourceData
.
GetString
(1),
41
name_JP =
SourceData
.
GetString
(2),
42
name =
SourceData
.
GetString
(3),
43
textAssign_JP =
SourceData
.
GetString
(4),
44
textAssign =
SourceData
.
GetString
(5),
45
detail_JP =
SourceData
.
GetString
(6),
46
detail =
SourceData
.
GetString
(7)
47
};
48
}
49
50
public
override
void
SetRow
(
Row
r)
51
{
52
map[r.
id
] = r;
53
}
54
}
SourceDataInt
Definition:
SourceDataInt.cs:2
SourceData
Definition:
SourceData.cs:11
SourceData.GetString
static string GetString(int id)
Definition:
SourceData.cs:746
SourceData.GetInt
static int GetInt(int id)
Definition:
SourceData.cs:711
SourceZoneAffix.Row
Definition:
SourceZoneAffix.cs:7
SourceZoneAffix.Row.id
int id
Definition:
SourceZoneAffix.cs:8
SourceZoneAffix.Row.detail_JP
string detail_JP
Definition:
SourceZoneAffix.cs:20
SourceZoneAffix.Row.UseAlias
override bool UseAlias
Definition:
SourceZoneAffix.cs:30
SourceZoneAffix.Row.name_JP
string name_JP
Definition:
SourceZoneAffix.cs:12
SourceZoneAffix.Row.textAssign_JP
string textAssign_JP
Definition:
SourceZoneAffix.cs:16
SourceZoneAffix.Row.zone
string zone
Definition:
SourceZoneAffix.cs:10
SourceZoneAffix.Row.GetAlias
override string GetAlias
Definition:
SourceZoneAffix.cs:32
SourceZoneAffix.Row.name
string name
Definition:
SourceZoneAffix.cs:14
SourceZoneAffix.Row.textAssign
string textAssign
Definition:
SourceZoneAffix.cs:18
SourceZoneAffix.Row.detail_L
string detail_L
Definition:
SourceZoneAffix.cs:28
SourceZoneAffix.Row.detail
string detail
Definition:
SourceZoneAffix.cs:22
SourceZoneAffix.Row.name_L
string name_L
Definition:
SourceZoneAffix.cs:25
SourceZoneAffix
Definition:
SourceZoneAffix.cs:4
SourceZoneAffix.CreateRow
override Row CreateRow()
Definition:
SourceZoneAffix.cs:35
SourceZoneAffix.SetRow
override void SetRow(Row r)
Definition:
SourceZoneAffix.cs:50
Elin
SourceZoneAffix.cs
Generated by
1.9.6