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

Classes

class  Row
 

Public Member Functions

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

Properties

override bool AllowHotInitialization [get]
 

Detailed Description

Definition at line 3 of file LangNote.cs.

Member Function Documentation

◆ CreateRow()

override Row LangNote.CreateRow ( )
inline

Definition at line 24 of file LangNote.cs.

25 {
26 return new Row
27 {
28 id = SourceData.GetString(0),
29 text_JP = SourceData.GetString(1),
30 text = SourceData.GetString(2)
31 };
32 }
static string GetString(int id)
Definition: SourceData.cs:746

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

◆ SetRow()

override void LangNote.SetRow ( Row  r)
inline

Definition at line 34 of file LangNote.cs.

35 {
36 map[r.id] = r;
37 }

References LangNote.Row.id.

Property Documentation

◆ AllowHotInitialization

override bool LangNote.AllowHotInitialization
get

Definition at line 22 of file LangNote.cs.


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