Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Seeds |
Public Types | |
enum | GenType { Default , Sky , Underground } |
Public Member Functions | |
void | Generate () |
void | RerollBiome () |
void | RerollBiomeSub () |
void | RerollBush () |
Static Public Member Functions | |
static ZoneProfile | Load (string id) |
![]() | |
static int | rnd (int a) |
Public Attributes | |
MapGenVariation | variation |
MapHeight | height |
Seeds | seeds |
int | size = 200 |
int | sizeBounds |
int | offsetX |
int | offsetZ |
int | blockHeight |
int | water |
int | bushMod = 2 |
int | extraShores |
float | shoreHeight |
float | biomeSubScale = 5f |
bool | isShore |
bool | setShore = true |
bool | noWater |
bool | river = true |
bool | useRootSize |
bool | indoor |
bool | clearEdge |
string | idSceneProfile |
GenType | genType |
MapBG | mapBG |
Definition at line 4 of file ZoneProfile.cs.
enum ZoneProfile.GenType |
Enumerator | |
---|---|
Default | |
Sky | |
Underground |
Definition at line 6 of file ZoneProfile.cs.
|
inline |
Definition at line 78 of file ZoneProfile.cs.
References EClass._map, EClass._zone, ZoneBlueprint.Create(), ZoneBlueprint.GenerateMap(), and Map.RevealAll().
Referenced by RerollBiome(), RerollBiomeSub(), and RerollBush().
|
inlinestatic |
Definition at line 73 of file ZoneProfile.cs.
References Load().
Referenced by Zone.GetProfile(), Load(), and UIMapSelector.WriteNote().
|
inline |
Definition at line 88 of file ZoneProfile.cs.
References ZoneProfile.Seeds.biome, Generate(), and seeds.
|
inline |
Definition at line 94 of file ZoneProfile.cs.
References ZoneProfile.Seeds.biomeSub, Generate(), and seeds.
|
inline |
Definition at line 100 of file ZoneProfile.cs.
References ZoneProfile.Seeds.bush, Generate(), and seeds.
float ZoneProfile.biomeSubScale = 5f |
Definition at line 51 of file ZoneProfile.cs.
Referenced by MapGen.OnGenerateTerrain().
int ZoneProfile.blockHeight |
Definition at line 41 of file ZoneProfile.cs.
Referenced by BaseMapGen.Generate().
int ZoneProfile.bushMod = 2 |
Definition at line 45 of file ZoneProfile.cs.
Referenced by MapGen.OnGenerateTerrain().
bool ZoneProfile.clearEdge |
Definition at line 65 of file ZoneProfile.cs.
Referenced by MapGen.OnGenerateTerrain().
int ZoneProfile.extraShores |
Definition at line 47 of file ZoneProfile.cs.
Referenced by MapGen.OnGenerateTerrain().
GenType ZoneProfile.genType |
Definition at line 69 of file ZoneProfile.cs.
Referenced by MapGen.OnGenerateTerrain().
MapHeight ZoneProfile.height |
Definition at line 29 of file ZoneProfile.cs.
Referenced by BaseMapGen.Generate().
string ZoneProfile.idSceneProfile |
Definition at line 67 of file ZoneProfile.cs.
Referenced by BaseMapGen.Generate().
bool ZoneProfile.indoor |
Definition at line 63 of file ZoneProfile.cs.
Referenced by BaseMapGen.Generate().
bool ZoneProfile.isShore |
Definition at line 53 of file ZoneProfile.cs.
Referenced by MapGen.Populate().
MapBG ZoneProfile.mapBG |
Definition at line 71 of file ZoneProfile.cs.
Referenced by BaseMapGen.Generate().
bool ZoneProfile.noWater |
Definition at line 57 of file ZoneProfile.cs.
int ZoneProfile.offsetX |
Definition at line 37 of file ZoneProfile.cs.
Referenced by BaseMapGen.Generate().
int ZoneProfile.offsetZ |
Definition at line 39 of file ZoneProfile.cs.
Referenced by BaseMapGen.Generate().
bool ZoneProfile.river = true |
Definition at line 59 of file ZoneProfile.cs.
Referenced by MapGen.Populate().
Seeds ZoneProfile.seeds |
Definition at line 31 of file ZoneProfile.cs.
Referenced by ZoneBlueprint.GenerateMap(), MapGen.OnGenerateTerrain(), MapGen.Populate(), RerollBiome(), RerollBiomeSub(), and RerollBush().
bool ZoneProfile.setShore = true |
Definition at line 55 of file ZoneProfile.cs.
Referenced by MapGen.OnGenerateTerrain().
float ZoneProfile.shoreHeight |
Definition at line 49 of file ZoneProfile.cs.
Referenced by MapGen.OnGenerateTerrain().
int ZoneProfile.size = 200 |
Definition at line 33 of file ZoneProfile.cs.
Referenced by MapGen.GenerateTerrain().
int ZoneProfile.sizeBounds |
Definition at line 35 of file ZoneProfile.cs.
Referenced by MapGen.OnGenerateTerrain().
bool ZoneProfile.useRootSize |
Definition at line 61 of file ZoneProfile.cs.
Referenced by MapGen.GenerateTerrain(), and MapGen.OnGenerateTerrain().
MapGenVariation ZoneProfile.variation |
Definition at line 27 of file ZoneProfile.cs.
Referenced by ZoneBlueprint.GenerateMap().
int ZoneProfile.water |
Definition at line 43 of file ZoneProfile.cs.
Referenced by MapGen.OnGenerateTerrain().