Elin Modding Docs Doc
Loading...
Searching...
No Matches
SourceBlock Class Reference
Inheritance diagram for SourceBlock:

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
 

Detailed Description

Definition at line 5 of file SourceBlock.cs.

Member Function Documentation

◆ BackupPref()

override void SourceBlock.BackupPref ( )

Definition at line 52 of file SourceBlock.cs.

◆ CreateRow()

override SourceBlock.Row SourceBlock.CreateRow ( )

Definition at line 8 of file SourceBlock.cs.

◆ OnAfterImportData()

override void SourceBlock.OnAfterImportData ( )

Definition at line 82 of file SourceBlock.cs.

◆ OnInit()

override void SourceBlock.OnInit ( )

Definition at line 98 of file SourceBlock.cs.

◆ RestorePref()

override void SourceBlock.RestorePref ( )

Definition at line 62 of file SourceBlock.cs.

◆ SetRow()

override void SourceBlock.SetRow ( SourceBlock.Row r)

Definition at line 46 of file SourceBlock.cs.

◆ ValidatePref()

override void SourceBlock.ValidatePref ( )

Definition at line 73 of file SourceBlock.cs.

Member Data Documentation

◆ _rows

Dictionary<int, SourceBlock.Row> SourceBlock._rows = new Dictionary<int, SourceBlock.Row>()

Definition at line 111 of file SourceBlock.cs.

◆ FallbackRenderData

RenderData SourceBlock.FallbackRenderData
static

Definition at line 114 of file SourceBlock.cs.


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