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
TraitRecipeBook.cs
Go to the documentation of this file.
1
public
class
TraitRecipeBook
:
TraitScroll
2
{
3
public
override
string
langNote
=>
"traitRecipeBook"
;
4
5
public
override
int
GetActDuration
(
Chara
c)
6
{
7
return
10;
8
}
9
10
public
override
void
OnRead
(
Chara
c)
11
{
12
}
13
14
public
override
void
WriteNote
(
UINote
n,
bool
identified)
15
{
16
}
17
}
Chara
Definition:
Chara.cs:10
TraitRecipeBook
Definition:
TraitRecipeBook.cs:2
TraitRecipeBook.langNote
override string langNote
Definition:
TraitRecipeBook.cs:3
TraitRecipeBook.OnRead
override void OnRead(Chara c)
Definition:
TraitRecipeBook.cs:10
TraitRecipeBook.GetActDuration
override int GetActDuration(Chara c)
Definition:
TraitRecipeBook.cs:5
TraitRecipeBook.WriteNote
override void WriteNote(UINote n, bool identified)
Definition:
TraitRecipeBook.cs:14
TraitScroll
Definition:
TraitScroll.cs:4
UINote
Definition:
UINote.cs:6
Elin
TraitRecipeBook.cs
Generated by
1.9.6