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

Classes

class  Row
 

Public Member Functions

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

Detailed Description

Definition at line 3 of file SourceKeyItem.cs.

Member Function Documentation

◆ CreateRow()

override Row SourceKeyItem.CreateRow ( )
inline

Definition at line 31 of file SourceKeyItem.cs.

32 {
33 return new Row
34 {
35 id = SourceData.GetInt(0),
36 alias = SourceData.GetString(1),
37 name_JP = SourceData.GetString(2),
38 name = SourceData.GetString(3),
39 detail_JP = SourceData.GetString(4),
40 detail = SourceData.GetString(5)
41 };
42 }
static string GetString(int id)
Definition: SourceData.cs:746
static int GetInt(int id)
Definition: SourceData.cs:711

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

◆ SetRow()

override void SourceKeyItem.SetRow ( Row  r)
inline

Definition at line 44 of file SourceKeyItem.cs.

45 {
46 map[r.id] = r;
47 }

References SourceKeyItem.Row.id.


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