Definition at line 4 of file SourceCategory.cs.
◆ CreateRow()
override Row SourceCategory.CreateRow |
( |
| ) |
|
|
inline |
Definition at line 141 of file SourceCategory.cs.
142 {
143 return new Row
144 {
167 };
168 }
static int GetElement(string id)
static string[] GetStringArray(int id)
static string GetString(int id)
static bool GetBool(int id)
static int GetInt(int id)
static string GetStr(int id, bool useDefault=false)
References SourceData< T, T2 >.GetBool(), Core.GetElement(), SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetStr(), SourceData< T, T2 >.GetString(), SourceData< T, T2 >.GetStringArray(), and gift.
◆ OnInit()
override void SourceCategory.OnInit |
( |
| ) |
|
|
inline |
Definition at line 175 of file SourceCategory.cs.
176 {
177 foreach (Row row in rows)
178 {
179 row.children = new List<Row>();
180 }
181 foreach (Row row2 in rows)
182 {
183 if (!row2._parent.IsEmpty())
184 {
185 (row2.parent = map[row2._parent]).children.Add(row2);
186 }
187 }
188 }
References SourceCategory.Row._parent.
◆ SetRow()
override void SourceCategory.SetRow |
( |
Row |
r | ) |
|
|
inline |
The documentation for this class was generated from the following file: