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
▼
Elin Decompiled Documentation
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
TraitWoodMill.cs
Go to the documentation of this file.
1
public
class
TraitWoodMill
:
TraitCrafter
2
{
3
public
override
string
IdSource
=>
"WoodMill"
;
4
5
public
override
int
numIng
=> 2;
6
7
public
override
string
CrafterTitle
=>
"invWoodMill"
;
8
9
public
override
AnimeID
IdAnimeProgress
=>
AnimeID
.Shiver;
10
11
public
override
string
idSoundProgress
=>
"cook_pound"
;
12
13
public
override
ToggleType
ToggleType
=>
ToggleType
.Custom;
14
15
public
override
AnimeType
animeType
=>
AnimeType
.Microwave;
16
17
public
override
bool
AutoTurnOff
=>
true
;
18
19
public
override
bool
AutoToggle
=>
false
;
20
21
public
override
void
PlayToggleEffect
(
bool
silent)
22
{
23
}
24
}
AnimeID
AnimeID
Definition:
AnimeID.cs:2
ToggleType
ToggleType
Definition:
ToggleType.cs:2
TraitCrafter
Definition:
TraitCrafter.cs:5
TraitCrafter.AnimeType
AnimeType
Definition:
TraitCrafter.cs:23
TraitWoodMill
Definition:
TraitWoodMill.cs:2
TraitWoodMill.CrafterTitle
override string CrafterTitle
Definition:
TraitWoodMill.cs:7
TraitWoodMill.idSoundProgress
override string idSoundProgress
Definition:
TraitWoodMill.cs:11
TraitWoodMill.IdAnimeProgress
override AnimeID IdAnimeProgress
Definition:
TraitWoodMill.cs:9
TraitWoodMill.animeType
override AnimeType animeType
Definition:
TraitWoodMill.cs:15
TraitWoodMill.PlayToggleEffect
override void PlayToggleEffect(bool silent)
Definition:
TraitWoodMill.cs:21
TraitWoodMill.numIng
override int numIng
Definition:
TraitWoodMill.cs:5
TraitWoodMill.AutoTurnOff
override bool AutoTurnOff
Definition:
TraitWoodMill.cs:17
TraitWoodMill.AutoToggle
override bool AutoToggle
Definition:
TraitWoodMill.cs:19
TraitWoodMill.IdSource
override string IdSource
Definition:
TraitWoodMill.cs:3
Elin
TraitWoodMill.cs
Generated by
1.9.6