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

Classes

class  Row
 

Public Member Functions

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

Properties

override string[] ImportFields [get]
 

Detailed Description

Definition at line 3 of file SourceArea.cs.

Member Function Documentation

◆ CreateRow()

override Row SourceArea.CreateRow ( )
inline

Definition at line 40 of file SourceArea.cs.

41 {
42 return new Row
43 {
44 id = SourceData.GetString(0),
45 name_JP = SourceData.GetString(1),
46 name = SourceData.GetString(2),
47 textAssign_JP = SourceData.GetString(3),
48 textAssign = SourceData.GetString(4),
49 detail_JP = SourceData.GetString(5),
50 tag = SourceData.GetString(6),
51 detail = SourceData.GetString(7)
52 };
53 }
static string GetString(int id)
Definition: SourceData.cs:746

References SourceData< T, T2 >.GetString().

◆ SetRow()

override void SourceArea.SetRow ( Row  r)
inline

Definition at line 55 of file SourceArea.cs.

56 {
57 map[r.id] = r;
58 }

References SourceArea.Row.id.

Property Documentation

◆ ImportFields

override string [] SourceArea.ImportFields
get

Definition at line 38 of file SourceArea.cs.


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