|
Elin Decompiled Documentation EA 23.348.1 Nightly
|
Classes | |
| class | Row |
| class | Stage |
Public Member Functions | |
| override Row | CreateRow () |
| override Row | CreateRowByMapping (IReadOnlyDictionary< string, int > mapping) |
| override void | SetRow (Row r) |
| override IReadOnlyDictionary< string, int > | GetRowMapping () |
| override IReadOnlyDictionary< string, string > | GetTypeMapping () |
| override void | BackupPref () |
| override void | RestorePref () |
| override void | ValidatePref () |
| string | GetName (int id) |
| override void | OnAfterImportData () |
| override void | OnInit () |
Public Member Functions inherited from SourceDataInt< SourceObj.Row > | |
| override T | GetRow (string id) |
Public Attributes | |
| Dictionary< int, Row > | _rows = new Dictionary<int, Row>() |
Static Public Attributes | |
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| static RenderData | FallbackRenderData |
Properties | |
| TileLookup< Row > | Lookup [get] |
| Row | this[int id] [get] |
Private Attributes | |
| TileLookup< Row > | _lookup |
Definition at line 5 of file SourceObj.cs.
|
inline |
Definition at line 277 of file SourceObj.cs.
References _rows, and TileRow.id.
|
inline |
Definition at line 184 of file SourceObj.cs.
References SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetIntArray(), SourceData< T, T2 >.GetString(), and SourceData< T, T2 >.GetStringArray().
|
inline |
Definition at line 223 of file SourceObj.cs.
References SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetIntArray(), SourceData< T, T2 >.GetString(), and SourceData< T, T2 >.GetStringArray().
|
inline |
Definition at line 302 of file SourceObj.cs.
Referenced by TraitFakeObj.GetName(), Cell.GetObjName(), ActBash.Perform(), TraitSeed.SetName(), LayerInfo.SetObj(), and ObjInfo.WriteNote().
|
inline |
Definition at line 267 of file SourceObj.cs.
References RowMapping.
|
inline |
Definition at line 272 of file SourceObj.cs.
References TypeMapping.
|
inline |
Definition at line 307 of file SourceObj.cs.
References TileRow.id, and RenderRow.sort.
|
inline |
Definition at line 322 of file SourceObj.cs.
References FallbackRenderData, TileRow.Init(), and Lookup.
|
inline |
Definition at line 286 of file SourceObj.cs.
References _rows, and TileRow.id.
|
inline |
|
inline |
Definition at line 294 of file SourceObj.cs.
References RenderRow.pref, and SourcePref.Validate().
Referenced by SourcePrefInspector.ValidatePrefs().
|
private |
Definition at line 178 of file SourceObj.cs.
Definition at line 173 of file SourceObj.cs.
Referenced by BackupPref(), and RestorePref().
|
static |
Definition at line 175 of file SourceObj.cs.
Referenced by OnInit().
|
static |
Definition at line 101 of file SourceObj.cs.
Referenced by GetRowMapping().
|
static |
Definition at line 137 of file SourceObj.cs.
Referenced by GetTypeMapping().
|
getprivate |
Definition at line 180 of file SourceObj.cs.
Referenced by OnInit().
|
get |
Definition at line 182 of file SourceObj.cs.