Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SourceZone Class Reference
Inheritance diagram for SourceZone:
SourceDataString< SourceZone.Row >

Classes

class  Row
 

Public Member Functions

override Row CreateRow ()
 
override void SetRow (Row r)
 
- Public Member Functions inherited from SourceDataString< SourceZone.Row >
override T GetRow (string id)
 

Properties

override string[] ImportFields [get]
 

Detailed Description

Definition at line 3 of file SourceZone.cs.

Member Function Documentation

◆ CreateRow()

override Row SourceZone.CreateRow ( )
inline

Definition at line 72 of file SourceZone.cs.

73 {
74 return new Row
75 {
76 id = SourceData.GetString(0),
77 parent = SourceData.GetString(1),
78 name_JP = SourceData.GetString(2),
79 name = SourceData.GetString(3),
80 type = SourceData.GetString(4),
81 LV = SourceData.GetInt(5),
82 chance = SourceData.GetInt(6),
83 faction = SourceData.GetString(7),
84 value = SourceData.GetInt(8),
85 idProfile = SourceData.GetString(9),
86 idFile = SourceData.GetStringArray(10),
87 idBiome = SourceData.GetString(11),
88 idGen = SourceData.GetString(12),
89 idPlaylist = SourceData.GetString(13),
90 tag = SourceData.GetStringArray(14),
91 cost = SourceData.GetInt(15),
92 dev = SourceData.GetInt(16),
93 image = SourceData.GetString(17),
94 pos = SourceData.GetIntArray(18),
95 questTag = SourceData.GetStringArray(19),
96 textFlavor_JP = SourceData.GetString(20),
97 textFlavor = SourceData.GetString(21),
98 detail_JP = SourceData.GetString(22),
99 detail = SourceData.GetString(23)
100 };
101 }
static string[] GetStringArray(int id)
Definition: SourceData.cs:741
static string GetString(int id)
Definition: SourceData.cs:746
static int GetInt(int id)
Definition: SourceData.cs:711
static int[] GetIntArray(int id)
Definition: SourceData.cs:736

References SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetIntArray(), SourceData< T, T2 >.GetString(), and SourceData< T, T2 >.GetStringArray().

◆ SetRow()

override void SourceZone.SetRow ( Row  r)
inline

Definition at line 103 of file SourceZone.cs.

104 {
105 map[r.id] = r;
106 }

References SourceZone.Row.id.

Property Documentation

◆ ImportFields

override string [] SourceZone.ImportFields
get

Definition at line 70 of file SourceZone.cs.


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