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

Classes

class  Row
 

Public Member Functions

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

Properties

override string[] ImportFields [get]
 

Detailed Description

Definition at line 3 of file SourcePerson.cs.

Member Function Documentation

◆ CreateRow()

override Row SourcePerson.CreateRow ( )
inline

Definition at line 54 of file SourcePerson.cs.

55 {
56 return new Row
57 {
58 id = SourceData.GetString(0),
59 idActor = SourceData.GetString(1),
60 name_JP = SourceData.GetString(2),
61 name = SourceData.GetString(3),
62 aka_JP = SourceData.GetString(4),
63 aka = SourceData.GetString(5),
64 portrait = SourceData.GetString(6),
65 faction = SourceData.GetString(7),
66 LV = SourceData.GetInt(8),
67 job = SourceData.GetString(9),
68 race = SourceData.GetString(10),
70 bio = SourceData.GetString(12),
71 detail_JP = SourceData.GetString(13),
72 detail = SourceData.GetString(14)
73 };
74 }
static string GetString(int id)
Definition: SourceData.cs:746
static int GetInt(int id)
Definition: SourceData.cs:711

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

◆ SetRow()

override void SourcePerson.SetRow ( Row  r)
inline

Definition at line 76 of file SourcePerson.cs.

77 {
78 map[r.id] = r;
79 }

References SourcePerson.Row.id.

Property Documentation

◆ ImportFields

override string [] SourcePerson.ImportFields
get

Definition at line 52 of file SourcePerson.cs.


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