Elin Modding Docs Doc
|
Classes | |
struct | MapGenSetting |
Public Member Functions | |
void | Create () |
virtual void | OnCreate () |
void | GenerateMap (Zone zone) |
Public Attributes | |
Map | map |
Zone | zone |
ZoneProfile | zoneProfile |
List< Chara > | charas = new List<Chara>() |
List< Thing > | things = new List<Thing>() |
ZoneBlueprint.MapGenSetting | genSetting |
int | idDebug |
EloMap.TileInfo[,] | surrounding |
bool | customMap |
bool | ignoreRoad |
Static Public Attributes | |
static int | debugCount |
![]() | |
static Core | core |
Properties | |
EloMap.TileInfo | tileCenter [get] |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Faction | Wilds [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
static int | curve (int a, int start, int step, int rate=75) |
static int | rndHalf (int a) |
static float | rndf (float a) |
static int | rndSqrt (int a) |
static void | Wait (float a, Card c) |
static void | Wait (float a, Point p) |
static int | Bigger (int a, int b) |
static int | Smaller (int a, int b) |
Definition at line 5 of file ZoneBlueprint.cs.
void ZoneBlueprint.Create | ( | ) |
Definition at line 22 of file ZoneBlueprint.cs.
void ZoneBlueprint.GenerateMap | ( | Zone | zone | ) |
Definition at line 33 of file ZoneBlueprint.cs.
|
virtual |
Definition at line 28 of file ZoneBlueprint.cs.
Definition at line 83 of file ZoneBlueprint.cs.
bool ZoneBlueprint.customMap |
Definition at line 101 of file ZoneBlueprint.cs.
|
static |
Definition at line 98 of file ZoneBlueprint.cs.
ZoneBlueprint.MapGenSetting ZoneBlueprint.genSetting |
Definition at line 89 of file ZoneBlueprint.cs.
int ZoneBlueprint.idDebug |
Definition at line 92 of file ZoneBlueprint.cs.
bool ZoneBlueprint.ignoreRoad |
Definition at line 104 of file ZoneBlueprint.cs.
Map ZoneBlueprint.map |
Definition at line 74 of file ZoneBlueprint.cs.
EloMap.TileInfo [,] ZoneBlueprint.surrounding |
Definition at line 95 of file ZoneBlueprint.cs.
Definition at line 86 of file ZoneBlueprint.cs.
Zone ZoneBlueprint.zone |
Definition at line 77 of file ZoneBlueprint.cs.
ZoneProfile ZoneBlueprint.zoneProfile |
Definition at line 80 of file ZoneBlueprint.cs.
|
get |
Definition at line 9 of file ZoneBlueprint.cs.