Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
EloMap.TileInfo Class Reference

Public Attributes

Sprite sprite
 
bool blocked
 
bool isRoad
 
bool roadLeft
 
bool roadRight
 
bool roadUp
 
bool roadDown
 
bool rock
 
bool sea
 
bool shore
 
SourceGlobalTile.Row source
 

Properties

bool IsSnow [get]
 
string idSurface [get]
 
string idZoneProfile [get]
 
string name [get]
 
bool CanEmbark [get]
 
bool IsBridge [get]
 
bool IsNeighborRoad [get]
 

Detailed Description

Definition at line 30 of file EloMap.cs.

Member Data Documentation

◆ blocked

bool EloMap.TileInfo.blocked

Definition at line 34 of file EloMap.cs.

Referenced by Region.CanCreateZone().

◆ isRoad

bool EloMap.TileInfo.isRoad

Definition at line 36 of file EloMap.cs.

◆ roadDown

bool EloMap.TileInfo.roadDown

Definition at line 44 of file EloMap.cs.

Referenced by MapGen.MakeRoad().

◆ roadLeft

bool EloMap.TileInfo.roadLeft

Definition at line 38 of file EloMap.cs.

Referenced by MapGen.MakeRoad().

◆ roadRight

bool EloMap.TileInfo.roadRight

Definition at line 40 of file EloMap.cs.

Referenced by MapGen.MakeRoad().

◆ roadUp

bool EloMap.TileInfo.roadUp

Definition at line 42 of file EloMap.cs.

Referenced by MapGen.MakeRoad().

◆ rock

bool EloMap.TileInfo.rock

Definition at line 46 of file EloMap.cs.

◆ sea

bool EloMap.TileInfo.sea

Definition at line 48 of file EloMap.cs.

Referenced by MapGen.MakeNeighbor().

◆ shore

bool EloMap.TileInfo.shore

Definition at line 50 of file EloMap.cs.

Referenced by MapGen.MakeNeighbor(), and Chara.Tick().

◆ source

SourceGlobalTile.Row EloMap.TileInfo.source

Definition at line 52 of file EloMap.cs.

◆ sprite

Sprite EloMap.TileInfo.sprite

Definition at line 32 of file EloMap.cs.

Property Documentation

◆ CanEmbark

bool EloMap.TileInfo.CanEmbark
get

Definition at line 72 of file EloMap.cs.

◆ idSurface

string EloMap.TileInfo.idSurface
get

Definition at line 66 of file EloMap.cs.

◆ idZoneProfile

string EloMap.TileInfo.idZoneProfile
get

Definition at line 68 of file EloMap.cs.

Referenced by Region.CanCreateZone(), and Zone.GetProfile().

◆ IsBridge

bool EloMap.TileInfo.IsBridge
get

Definition at line 74 of file EloMap.cs.

◆ IsNeighborRoad

bool EloMap.TileInfo.IsNeighborRoad
get

Definition at line 76 of file EloMap.cs.

77 {
78 get
79 {
80 if (!roadLeft && !roadRight && !roadUp)
81 {
82 return roadDown;
83 }
84 return true;
85 }
86 }
bool roadLeft
Definition: EloMap.cs:38
bool roadUp
Definition: EloMap.cs:42
bool roadDown
Definition: EloMap.cs:44
bool roadRight
Definition: EloMap.cs:40

◆ IsSnow

bool EloMap.TileInfo.IsSnow
get

Definition at line 54 of file EloMap.cs.

55 {
56 get
57 {
58 if (!(idSurface == "snow_edge"))
59 {
60 return idSurface == "snow";
61 }
62 return true;
63 }
64 }
string idSurface
Definition: EloMap.cs:66

Referenced by Spatial.Dist(), and Weather.RefreshWeather().

◆ name

string EloMap.TileInfo.name
get

Definition at line 70 of file EloMap.cs.


The documentation for this class was generated from the following file: