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

Classes

class  Row
 

Public Member Functions

override Row CreateRow ()
 
override void SetRow (Row r)
 
- Public Member Functions inherited from SourceLang< LangGeneral.Row >
override T GetRow (string id)
 
string Get (string id)
 
string TryGetId (string id, string id2)
 
string Parse (string idLang, string val1, string val2=null, string val3=null, string val4=null)
 

Additional Inherited Members

- Properties inherited from SourceLang< LangGeneral.Row >
override bool AllowHotInitialization [get]
 

Detailed Description

Definition at line 3 of file LangGeneral.cs.

Member Function Documentation

◆ CreateRow()

override Row LangGeneral.CreateRow ( )
inline

Definition at line 15 of file LangGeneral.cs.

16 {
17 return new Row
18 {
19 id = SourceData.GetString(0),
20 filter = SourceData.GetString(1),
21 text_JP = SourceData.GetString(2),
22 text = SourceData.GetString(3)
23 };
24 }
static string GetString(int id)
Definition: SourceData.cs:746

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

◆ SetRow()

override void LangGeneral.SetRow ( Row  r)
inline

Definition at line 26 of file LangGeneral.cs.

27 {
28 map[r.id] = r;
29 }

References LangRow.id.


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