Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
GlobalGoalExplore.cs
Go to the documentation of this file.
1
using
System.Linq;
2
3
public
class
GlobalGoalExplore
:
GlobalGoalVisitAndStay
4
{
5
public
override
Zone
GetDestZone
()
6
{
7
foreach
(
Spatial
item
in
EClass
.
world
.
region
.
children
.Where((
Spatial
a) => (a as
Zone
).IsExplorable).ToList().Shuffle())
8
{
9
if
(
owner
.
currentZone
!=
item
)
10
{
11
return
item
as
Zone
;
12
}
13
}
14
return
base.GetDestZone();
15
}
16
}
ContainerFlag.item
@ item
Chara.currentZone
Zone currentZone
Definition:
Chara.cs:240
EClass
Definition:
EClass.cs:5
EClass.world
static World world
Definition:
EClass.cs:40
GlobalGoalExplore
Definition:
GlobalGoalExplore.cs:4
GlobalGoalExplore.GetDestZone
override Zone GetDestZone()
Definition:
GlobalGoalExplore.cs:5
GlobalGoalVisitAndStay
Definition:
GlobalGoalVisitAndStay.cs:5
GlobalGoal.owner
Chara owner
Definition:
GlobalGoal.cs:8
Spatial
Definition:
Spatial.cs:8
Spatial.children
List< Spatial > children
Definition:
Spatial.cs:37
World.region
Region region
Definition:
World.cs:23
Zone
Definition:
Zone.cs:12
Elin
GlobalGoalExplore.cs
Generated by
1.9.6