Elin Decompiled Documentation
EA 23.104 Nightly
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