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

Classes

class  Row
 

Public Member Functions

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

Detailed Description

Definition at line 3 of file SourceZoneAffix.cs.

Member Function Documentation

◆ CreateRow()

override Row SourceZoneAffix.CreateRow ( )
inline

Definition at line 35 of file SourceZoneAffix.cs.

36 {
37 return new Row
38 {
39 id = SourceData.GetInt(0),
40 zone = SourceData.GetString(1),
41 name_JP = SourceData.GetString(2),
42 name = SourceData.GetString(3),
43 textAssign_JP = SourceData.GetString(4),
44 textAssign = SourceData.GetString(5),
45 detail_JP = SourceData.GetString(6),
46 detail = SourceData.GetString(7)
47 };
48 }
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 SourceZoneAffix.SetRow ( Row  r)
inline

Definition at line 50 of file SourceZoneAffix.cs.

51 {
52 map[r.id] = r;
53 }

References SourceZoneAffix.Row.id.


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