|
Elin Decompiled Documentation EA 23.315 Nightly
|
Classes | |
| class | Row |
| class | Tier |
| class | TierList |
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 | OnInit () |
| override void | OnAfterImportData () |
| void | OnImportRow (Row r) |
Public Member Functions inherited from SourceDataInt< SourceMaterial.Row > | |
| override T | GetRow (string id) |
Static Public Attributes | |
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| static Dictionary< string, TierList > | tierMap = new Dictionary<string, TierList>() |
Properties | |
| override string[] | ImportFields [get] |
Definition at line 6 of file SourceMaterial.cs.
|
inline |
Definition at line 407 of file SourceMaterial.cs.
References SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetStr(), SourceData< T, T2 >.GetString(), SourceData< T, T2 >.GetStringArray(), and Core.ParseElements().
|
inline |
Definition at line 448 of file SourceMaterial.cs.
References SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetStr(), SourceData< T, T2 >.GetString(), SourceData< T, T2 >.GetStringArray(), and Core.ParseElements().
|
inline |
Definition at line 494 of file SourceMaterial.cs.
References RowMapping.
|
inline |
Definition at line 499 of file SourceMaterial.cs.
References TypeMapping.
|
inline |
Definition at line 549 of file SourceMaterial.cs.
References SourceMaterial.Row.id.
|
inline |
Definition at line 554 of file SourceMaterial.cs.
References SourceMaterial.Row.elements, and SourceMaterial.Row.hardness.
|
inline |
Definition at line 504 of file SourceMaterial.cs.
References SourceMaterial.Row.category, SourceMaterial.Row.chance, SourceMaterial.Row.elements, Element.GetElementMap(), SourceMaterial.Row.groups, SourceMaterial.Row.Init(), SourceMaterial.Tier.list, SourceMaterial.Row.tier, tierMap, and SourceMaterial.TierList.tiers.
|
inline |
Definition at line 489 of file SourceMaterial.cs.
References SourceMaterial.Row.id.
|
static |
Definition at line 327 of file SourceMaterial.cs.
Referenced by GetRowMapping().
Definition at line 403 of file SourceMaterial.cs.
Referenced by MATERIAL.GetRandomMaterial(), OnInit(), and ActEffect.Proc().
|
static |
Definition at line 365 of file SourceMaterial.cs.
Referenced by GetTypeMapping().
|
get |
Definition at line 405 of file SourceMaterial.cs.