Elin Modding Docs Doc
|
Classes | |
class | Item |
class | MapPath |
Public Types | |
enum | Type { Any , Deco , Treasure , Trap , Concert , Farm } |
Public Member Functions | |
PartialMap | GetMap (MapPiece.Type type, string tag, float ruin) |
void | Init () |
void | Reset () |
Public Attributes | |
List< MapPiece.Item > | items |
Static Public Attributes | |
static bool | initialized |
static Dictionary< string, PartialMap > | CacheMap = new Dictionary<string, PartialMap>() |
Properties | |
static MapPiece | Instance [get] |
static bool | IsEditor [get] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
Definition at line 7 of file MapPiece.cs.
enum MapPiece.Type |
Definition at line 137 of file MapPiece.cs.
PartialMap MapPiece.GetMap | ( | MapPiece.Type | type, |
string | tag, | ||
float | ruin ) |
Definition at line 35 of file MapPiece.cs.
void MapPiece.Init | ( | ) |
Definition at line 82 of file MapPiece.cs.
void MapPiece.Reset | ( | ) |
Definition at line 109 of file MapPiece.cs.
|
static |
Definition at line 124 of file MapPiece.cs.
|
static |
Definition at line 118 of file MapPiece.cs.
List<MapPiece.Item> MapPiece.items |
Definition at line 121 of file MapPiece.cs.
|
staticget |
Definition at line 11 of file MapPiece.cs.
|
staticget |
Definition at line 26 of file MapPiece.cs.