Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
BiomeProfile.TileFloor Class Reference
Inheritance diagram for BiomeProfile.TileFloor:
BiomeProfile.Tile BiomeProfile.BaseTile

Properties

string _id [get, set]
 
string _idSub [get, set]
 
- Properties inherited from BiomeProfile.Tile
string _mat [get, set]
 
string _matSub [get, set]
 

Additional Inherited Members

- Public Types inherited from BiomeProfile.BaseTile
enum  SubType {
  None = 0 , Rnd5 = 10 , Rnd10 = 11 , Rnd20 = 12 ,
  Pattern = 20
}
 
enum  DirType { Random8 , RandomSqrt8 , RandomSqrtSqrt8 }
 
- Public Member Functions inherited from BiomeProfile.Tile
int GetDir ()
 
- Public Attributes inherited from BiomeProfile.Tile
int id
 
int mat
 
int idSub
 
int matSub
 
SubType subType
 
DirType dirType
 
- Protected Member Functions inherited from BiomeProfile.BaseTile
string _GetThing (string id)
 
void _SetThing (ref string id, string value)
 
IEnumerable< string > ThingRows ()
 
string _GetObj (int id)
 
void _SetObj (ref int id, string value)
 
IEnumerable< string > ObjRows ()
 
string _GetFloor (int id)
 
void _SetFloor (ref int id, string value)
 
IEnumerable< string > FloorRows ()
 
string _GetBlock (int id)
 
void _SetBlock (ref int id, string value)
 
IEnumerable< string > BlockRows ()
 
string _GetMat (int id)
 
void _SetMat (ref int id, string value)
 
IEnumerable< string > MatRows ()
 
string _GetSpawnList (string id)
 
void _SetSpawnList (ref string id, string value)
 
IEnumerable< string > _SpawnList ()
 

Detailed Description

Definition at line 233 of file BiomeProfile.cs.

Property Documentation

◆ _id

string BiomeProfile.TileFloor._id
getset

Definition at line 235 of file BiomeProfile.cs.

236 {
237 get
238 {
239 return _GetFloor(id);
240 }
241 set
242 {
243 _SetFloor(ref id, value);
244 }
245 }
string _GetFloor(int id)
Definition: BiomeProfile.cs:88
void _SetFloor(ref int id, string value)
Definition: BiomeProfile.cs:98

◆ _idSub

string BiomeProfile.TileFloor._idSub
getset

Definition at line 247 of file BiomeProfile.cs.

248 {
249 get
250 {
251 return _GetFloor(idSub);
252 }
253 set
254 {
255 _SetFloor(ref idSub, value);
256 }
257 }

The documentation for this class was generated from the following file: