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
StickyHomeReport.cs
Go to the documentation of this file.
1
public
class
StickyHomeReport
:
BaseSticky
2
{
3
public
override
int
idIcon
=> 6;
4
5
public
override
bool
RemoveOnClick
=>
true
;
6
7
public
override
string
GetText
()
8
{
9
return
"sticky_homeReport"
.lang() +
"("
+ EClass.world.date.month +
"/"
+ EClass.world.date.day +
")"
;
10
}
11
12
public
override
void
OnClick
()
13
{
14
EClass
.
ui
.
AddLayer
<
LayerHomeReport
>();
15
}
16
}
BaseSticky
Definition:
BaseSticky.cs:4
EClass
Definition:
EClass.cs:5
EClass.ui
static UI ui
Definition:
EClass.cs:16
LayerHomeReport
Definition:
LayerHomeReport.cs:2
Layer.AddLayer
Layer AddLayer(string id)
Definition:
Layer.cs:337
StickyHomeReport
Definition:
StickyHomeReport.cs:2
StickyHomeReport.idIcon
override int idIcon
Definition:
StickyHomeReport.cs:3
StickyHomeReport.OnClick
override void OnClick()
Definition:
StickyHomeReport.cs:12
StickyHomeReport.GetText
override string GetText()
Definition:
StickyHomeReport.cs:7
StickyHomeReport.RemoveOnClick
override bool RemoveOnClick
Definition:
StickyHomeReport.cs:5
Elin
StickyHomeReport.cs
Generated by
1.9.6