Elin Modding Docs Doc
|
Classes | |
class | BaseTile |
class | Cluster |
class | ClusterObj |
class | Clusters |
class | ClusterThing |
class | SpawnList |
class | SpawnListChara |
class | SpawnListThing |
class | Spawns |
class | Style |
class | Tile |
class | TileBlock |
class | TileFloor |
class | TileGroup |
Public Types | |
enum | DoorStyle { simpleWood , FirmWood , Stone , Jail , Rune } |
enum | StairsStyle { Soil , Wood , Stone , Rock } |
Public Member Functions | |
void | Populate (Point point, bool interior=false) |
void | Reset () |
Static Public Member Functions | |
static void | Init () |
![]() | |
static int | rnd (int a) |
Public Attributes | |
NoiseLayer | layerBlock |
BiomeID | id |
Color | color |
FowProfile | fowProfile |
BiomeProfile.TileGroup | _exterior |
BiomeProfile.TileGroup | _interior |
BiomeProfile.Style | style |
BiomeProfile.Spawns | spawn |
BiomeProfile.Clusters | cluster |
string | tags |
int | floor_height |
Static Public Attributes | |
static bool | forceInitialize |
Properties | |
BiomeProfile.TileGroup | exterior [get] |
BiomeProfile.TileGroup | interior [get] |
SourceMaterial.Row | MatFloor [get] |
SourceMaterial.Row | MatSub [get] |
Definition at line 8 of file BiomeProfile.cs.
enum BiomeProfile.DoorStyle |
Definition at line 189 of file BiomeProfile.cs.
enum BiomeProfile.StairsStyle |
Definition at line 204 of file BiomeProfile.cs.
|
static |
Definition at line 123 of file BiomeProfile.cs.
void BiomeProfile.Populate | ( | Point | point, |
bool | interior = false ) |
Definition at line 65 of file BiomeProfile.cs.
void BiomeProfile.Reset | ( | ) |
Definition at line 138 of file BiomeProfile.cs.
BiomeProfile.TileGroup BiomeProfile._exterior |
Definition at line 160 of file BiomeProfile.cs.
BiomeProfile.TileGroup BiomeProfile._interior |
Definition at line 163 of file BiomeProfile.cs.
BiomeProfile.Clusters BiomeProfile.cluster |
Definition at line 172 of file BiomeProfile.cs.
Color BiomeProfile.color |
Definition at line 154 of file BiomeProfile.cs.
int BiomeProfile.floor_height |
Definition at line 178 of file BiomeProfile.cs.
|
static |
Definition at line 145 of file BiomeProfile.cs.
FowProfile BiomeProfile.fowProfile |
Definition at line 157 of file BiomeProfile.cs.
BiomeID BiomeProfile.id |
Definition at line 151 of file BiomeProfile.cs.
NoiseLayer BiomeProfile.layerBlock |
Definition at line 148 of file BiomeProfile.cs.
BiomeProfile.Spawns BiomeProfile.spawn |
Definition at line 169 of file BiomeProfile.cs.
BiomeProfile.Style BiomeProfile.style |
Definition at line 166 of file BiomeProfile.cs.
string BiomeProfile.tags |
Definition at line 175 of file BiomeProfile.cs.
|
get |
Definition at line 12 of file BiomeProfile.cs.
|
get |
Definition at line 22 of file BiomeProfile.cs.
|
get |
Definition at line 36 of file BiomeProfile.cs.
|
get |
Definition at line 51 of file BiomeProfile.cs.