Elin Decompiled Documentation
EA 23.177 Nightly Patch 2
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
Zone_Kapul.cs
Go to the documentation of this file.
1
public
class
Zone_Kapul
:
Zone_Town
2
{
3
public
override
string
IDPlaylistOverwrite
4
{
5
get
6
{
7
if
(!
IsFestival
)
8
{
9
return
null
;
10
}
11
return
"Festival_Noyel"
;
12
}
13
}
14
15
public
override
bool
IsFestival
16
{
17
get
18
{
19
if
(base.lv == 0)
20
{
21
return
EClass.world.date.month == 6;
22
}
23
return
false
;
24
}
25
}
26
27
public
override
float
VolumeSea
=> 1f;
28
}
Zone_Kapul
Definition:
Zone_Kapul.cs:2
Zone_Kapul.VolumeSea
override float VolumeSea
Definition:
Zone_Kapul.cs:27
Zone_Kapul.IDPlaylistOverwrite
override string IDPlaylistOverwrite
Definition:
Zone_Kapul.cs:4
Zone_Kapul.IsFestival
override bool IsFestival
Definition:
Zone_Kapul.cs:16
Zone_Town
Definition:
Zone_Town.cs:2
Elin
Zone_Kapul.cs
Generated by
1.9.6