Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
StickyWelcome.cs
Go to the documentation of this file.
1
public
class
StickyWelcome
:
BaseSticky
2
{
3
public
override
int
idIcon
=> 1;
4
5
public
override
string
idLang
=>
"sticky_welcome"
;
6
7
public
override
bool
ShouldShow
=> !
EClass
.
player
.
flags
.
welcome
;
8
9
public
override
bool
RemoveOnClick
=>
true
;
10
11
public
override
bool
Removable
=>
true
;
12
13
public
override
bool
animate
=>
false
;
14
15
public
override
void
OnClick
()
16
{
17
LayerHelp
.
Toggle
(
"welcome"
);
18
EClass.player.flags.welcome =
true
;
19
}
20
}
BaseSticky
Definition:
BaseSticky.cs:4
EClass
Definition:
EClass.cs:5
EClass.player
static Player player
Definition:
EClass.cs:12
LayerHelp
Definition:
LayerHelp.cs:2
LayerHelp.Toggle
static void Toggle(string idFile, string idTopic=null)
Definition:
LayerHelp.cs:32
Player.Flags.welcome
bool welcome
Definition:
Player.cs:174
Player.flags
Flags flags
Definition:
Player.cs:895
StickyWelcome
Definition:
StickyWelcome.cs:2
StickyWelcome.RemoveOnClick
override bool RemoveOnClick
Definition:
StickyWelcome.cs:9
StickyWelcome.animate
override bool animate
Definition:
StickyWelcome.cs:13
StickyWelcome.idLang
override string idLang
Definition:
StickyWelcome.cs:5
StickyWelcome.Removable
override bool Removable
Definition:
StickyWelcome.cs:11
StickyWelcome.ShouldShow
override bool ShouldShow
Definition:
StickyWelcome.cs:7
StickyWelcome.idIcon
override int idIcon
Definition:
StickyWelcome.cs:3
StickyWelcome.OnClick
override void OnClick()
Definition:
StickyWelcome.cs:15
Elin
StickyWelcome.cs
Generated by
1.9.6