Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
HomeResourceNature.cs
Go to the documentation of this file.
2{
3 public override int GetDestValue()
4 {
5 int p = 0;
7 {
8 if (c.sourceFloor.value == 0)
9 {
10 p++;
11 }
12 if (c.sourceBlock.value == 0)
13 {
14 p += 2;
15 }
16 if (c.sourceBridge.value == 0)
17 {
18 p++;
19 }
20 });
21 return p / 10;
22 }
23}
if(item3.idFile==idFirstFile &&item3.id==idFirstTopic)
Definition: UIBook.cs:627
Definition: Cell.cs:7
SourceBlock.Row sourceBlock
Definition: Cell.cs:1052
SourceFloor.Row sourceFloor
Definition: Cell.cs:1054
SourceFloor.Row sourceBridge
Definition: Cell.cs:1056
Definition: EClass.cs:5
static Map _map
Definition: EClass.cs:18
override int GetDestValue()
void ForeachCell(Action< Cell > action)
Definition: MapBounds.cs:279
MapBounds bounds
Definition: Map.cs:52