Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
Wall.cs
Go to the documentation of this file.
1
public
struct
Wall
2
{
3
public
static
Map
map
;
4
5
public
byte
id
;
6
7
public
byte
idMat
;
8
9
public
SourceBlock.Row
source
=>
Cell
.
blockList
[
id
];
10
11
public
SourceMaterial.Row
mat
=>
Cell
.
matList
[
idMat
];
12
}
Cell
Definition:
Cell.cs:7
Cell.blockList
static List< SourceBlock.Row > blockList
Definition:
Cell.cs:14
Cell.matList
static List< SourceMaterial.Row > matList
Definition:
Cell.cs:12
Map
Definition:
Map.cs:13
SourceBlock.Row
Definition:
SourceBlock.cs:8
SourceMaterial.Row
Definition:
SourceMaterial.cs:9
Wall
Definition:
Wall.cs:2
Wall.idMat
byte idMat
Definition:
Wall.cs:7
Wall.source
SourceBlock.Row source
Definition:
Wall.cs:9
Wall.id
byte id
Definition:
Wall.cs:5
Wall.map
static Map map
Definition:
Wall.cs:3
Wall.mat
SourceMaterial.Row mat
Definition:
Wall.cs:11
Elin
Wall.cs
Generated by
1.9.6