Elin Decompiled Documentation
EA 23.102 Nightly
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
Files
File List
File Members
All
$
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
Functions
Variables
Enumerations
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
LangNote.cs
Go to the documentation of this file.
1
using
System;
2
3
public
class
LangNote
:
SourceDataString
<LangNote.Row>
4
{
5
[Serializable]
6
public
class
Row
: BaseRow
7
{
8
public
string
id
;
9
10
public
string
text_JP
;
11
12
public
string
text
;
13
14
[NonSerialized]
15
public
string
text_L
;
16
17
public
override
bool
UseAlias
=>
false
;
18
19
public
override
string
GetAlias
=>
"n"
;
20
}
21
22
public
override
bool
AllowHotInitialization
=>
true
;
23
24
public
override
Row
CreateRow
()
25
{
26
return
new
Row
27
{
28
id
=
SourceData
.
GetString
(0),
29
text_JP =
SourceData
.
GetString
(1),
30
text =
SourceData
.
GetString
(2)
31
};
32
}
33
34
public
override
void
SetRow
(
Row
r)
35
{
36
map[r.
id
] = r;
37
}
38
}
LangNote.Row
Definition:
LangNote.cs:7
LangNote.Row.text_L
string text_L
Definition:
LangNote.cs:15
LangNote.Row.UseAlias
override bool UseAlias
Definition:
LangNote.cs:17
LangNote.Row.id
string id
Definition:
LangNote.cs:8
LangNote.Row.text
string text
Definition:
LangNote.cs:12
LangNote.Row.GetAlias
override string GetAlias
Definition:
LangNote.cs:19
LangNote.Row.text_JP
string text_JP
Definition:
LangNote.cs:10
LangNote
Definition:
LangNote.cs:4
LangNote.CreateRow
override Row CreateRow()
Definition:
LangNote.cs:24
LangNote.AllowHotInitialization
override bool AllowHotInitialization
Definition:
LangNote.cs:22
LangNote.SetRow
override void SetRow(Row r)
Definition:
LangNote.cs:34
SourceDataString
Definition:
SourceDataString.cs:2
SourceData
Definition:
SourceData.cs:11
SourceData.GetString
static string GetString(int id)
Definition:
SourceData.cs:746
Elin
Plugins.basecore
LangNote.cs
Generated by
1.9.6