Elin Decompiled Documentation
EA 23.173 Stable
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
TraitDoorAutoShoji.cs
Go to the documentation of this file.
1
public
class
TraitDoorAutoShoji
:
TraitDoorAuto
2
{
3
public
override
string
idSound
=>
"doorShoji"
;
4
5
public
override
void
ToggleDoor
(
bool
sound =
true
,
bool
refresh =
true
)
6
{
7
if
(sound)
8
{
9
owner
.
Say
(
"open_shoji"
);
10
}
11
base.ToggleDoor(sound, refresh);
12
}
13
}
Card.Say
void Say(string lang, string ref1=null, string ref2=null)
Definition:
Card.cs:6445
TraitDoorAutoShoji
Definition:
TraitDoorAutoShoji.cs:2
TraitDoorAutoShoji.idSound
override string idSound
Definition:
TraitDoorAutoShoji.cs:3
TraitDoorAutoShoji.ToggleDoor
override void ToggleDoor(bool sound=true, bool refresh=true)
Definition:
TraitDoorAutoShoji.cs:5
TraitDoorAuto
Definition:
TraitDoorAuto.cs:2
Trait.owner
Card owner
Definition:
Trait.cs:27
Elin
TraitDoorAutoShoji.cs
Generated by
1.9.6