Elin Decompiled Documentation
EA 23.229 Stable 1st Anniversary Patch 2
Loading...
Searching...
No Matches
Zone_Nefu.cs
Go to the documentation of this file.
1
public
class
Zone_Nefu
:
Zone_SubTown
2
{
3
public
override
void
OnActivate
()
4
{
5
if
(
EClass
.
_map
.
version
.
IsBelow
(0, 23, 226))
6
{
7
SetBGM
(119, refresh:
false
);
8
}
9
if
(base.lv == 0)
10
{
11
EClass._map.config.blossom = EClass.pc.faith ==
EClass
.
game
.
religions
.
MoonShadow
;
12
}
13
base.OnActivate();
14
}
15
}
EClass
Definition:
EClass.cs:5
EClass.game
static Game game
Definition:
EClass.cs:8
EClass._map
static Map _map
Definition:
EClass.cs:18
Game.religions
ReligionManager religions
Definition:
Game.cs:158
Map.version
Version version
Definition:
Map.cs:28
ReligionManager.MoonShadow
ReligionMoonShadow MoonShadow
Definition:
ReligionManager.cs:46
Zone_Nefu
Definition:
Zone_Nefu.cs:2
Zone_Nefu.OnActivate
override void OnActivate()
Definition:
Zone_Nefu.cs:3
Zone_SubTown
Definition:
Zone_SubTown.cs:2
Zone.SetBGM
void SetBGM(List< int > ids, bool refresh=true, float fadeDuration=0f)
Definition:
Zone.cs:2917
Version.IsBelow
bool IsBelow(int _major, int _minor, int _batch)
Definition:
Version.cs:31
Elin
Zone_Nefu.cs
Generated by
1.9.6