|
Elin Decompiled Documentation EA 23.250 Nightly Patch 1
|
Classes | |
| class | BaseItem |
| class | Item |
| class | ItemThing |
Public Types | |
| enum | Type { Scatter = 0 , ScatterExterior = 1 , ScatterInterior = 2 , ScatterNonObstacle = 3 , ByWall = 10 , ByWallFace = 11 , Space = 20 , SpaceByWall = 21 } |
Public Member Functions | |
| virtual bool | TryCreate (Point p) |
Public Attributes | |
| Type | type |
| float | density |
Definition at line 466 of file BiomeProfile.cs.
| Enumerator | |
|---|---|
| Scatter | |
| ScatterExterior | |
| ScatterInterior | |
| ScatterNonObstacle | |
| ByWall | |
| ByWallFace | |
| Space | |
| SpaceByWall | |
Definition at line 468 of file BiomeProfile.cs.
|
inlinevirtual |
Reimplemented in BiomeProfile.ClusterObj, and BiomeProfile.ClusterThing.
Definition at line 554 of file BiomeProfile.cs.
| float BiomeProfile.Cluster.density |
Definition at line 552 of file BiomeProfile.cs.
| Type BiomeProfile.Cluster.type |
Definition at line 550 of file BiomeProfile.cs.