|
Elin Modding Docs Doc
|
Classes | |
| class | Row |
Public Member Functions | |
| override SourceGlobalTile.Row | CreateRow () |
| override void | SetRow (SourceGlobalTile.Row r) |
| override void | OnInit () |
Public Attributes | |
| Dictionary< int, SourceGlobalTile.Row > | tileAlias = new Dictionary<int, SourceGlobalTile.Row>() |
Definition at line 5 of file SourceGlobalTile.cs.
| override SourceGlobalTile.Row SourceGlobalTile.CreateRow | ( | ) |
Definition at line 8 of file SourceGlobalTile.cs.
| override void SourceGlobalTile.OnInit | ( | ) |
Definition at line 36 of file SourceGlobalTile.cs.
| override void SourceGlobalTile.SetRow | ( | SourceGlobalTile.Row | r | ) |
Definition at line 30 of file SourceGlobalTile.cs.
| Dictionary<int, SourceGlobalTile.Row> SourceGlobalTile.tileAlias = new Dictionary<int, SourceGlobalTile.Row>() |
Definition at line 48 of file SourceGlobalTile.cs.