Elin Modding Docs Doc
|
Classes | |
class | Row |
Public Member Functions | |
override SourceBlock.Row | CreateRow () |
override void | SetRow (SourceBlock.Row r) |
override void | BackupPref () |
override void | RestorePref () |
override void | ValidatePref () |
override void | OnAfterImportData () |
override void | OnInit () |
Public Attributes | |
Dictionary< int, SourceBlock.Row > | _rows = new Dictionary<int, SourceBlock.Row>() |
Static Public Attributes | |
static RenderData | FallbackRenderData |
Definition at line 5 of file SourceBlock.cs.
override void SourceBlock.BackupPref | ( | ) |
Definition at line 52 of file SourceBlock.cs.
override SourceBlock.Row SourceBlock.CreateRow | ( | ) |
Definition at line 8 of file SourceBlock.cs.
override void SourceBlock.OnAfterImportData | ( | ) |
Definition at line 82 of file SourceBlock.cs.
override void SourceBlock.OnInit | ( | ) |
Definition at line 98 of file SourceBlock.cs.
override void SourceBlock.RestorePref | ( | ) |
Definition at line 62 of file SourceBlock.cs.
override void SourceBlock.SetRow | ( | SourceBlock.Row | r | ) |
Definition at line 46 of file SourceBlock.cs.
override void SourceBlock.ValidatePref | ( | ) |
Definition at line 73 of file SourceBlock.cs.
Dictionary<int, SourceBlock.Row> SourceBlock._rows = new Dictionary<int, SourceBlock.Row>() |
Definition at line 111 of file SourceBlock.cs.
|
static |
Definition at line 114 of file SourceBlock.cs.