|
Elin Decompiled Documentation EA 23.230 Nightly
|
Classes | |
| class | BaseItem |
| class | Item |
| class | ItemThing |
Public Types | |
| enum | Type { Scatter = 0 , ScatterExterior = 1 , ScatterInterior = 2 , ScatterNonObstacle = 3 , ByWall = 10 } |
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 | |
Definition at line 468 of file BiomeProfile.cs.
|
inlinevirtual |
Reimplemented in BiomeProfile.ClusterObj, and BiomeProfile.ClusterThing.
Definition at line 531 of file BiomeProfile.cs.
| float BiomeProfile.Cluster.density |
Definition at line 529 of file BiomeProfile.cs.
| Type BiomeProfile.Cluster.type |
Definition at line 527 of file BiomeProfile.cs.