Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SourceBacker.Row Class Reference
Inheritance diagram for SourceBacker.Row:

Public Attributes

int id
 
bool valid
 
string lang
 
string name
 
string text
 
int type
 
int skin
 
int gender
 
string tree
 
string deity
 
string chara
 
string loot
 
int isStatic
 
bool done
 
string loc
 
string original
 
string name_L
 
string text_L
 

Properties

override bool UseAlias [get]
 
override string GetAlias [get]
 
string Name [get]
 
string Text [get]
 

Detailed Description

Definition at line 7 of file SourceBacker.cs.

Member Data Documentation

◆ chara

string SourceBacker.Row.chara

Definition at line 29 of file SourceBacker.cs.

◆ deity

string SourceBacker.Row.deity

Definition at line 27 of file SourceBacker.cs.

Referenced by Card.ApplyBacker().

◆ done

bool SourceBacker.Row.done

Definition at line 35 of file SourceBacker.cs.

◆ gender

int SourceBacker.Row.gender

Definition at line 23 of file SourceBacker.cs.

Referenced by Card.ApplyBacker().

◆ id

◆ isStatic

int SourceBacker.Row.isStatic

◆ lang

string SourceBacker.Row.lang

Definition at line 13 of file SourceBacker.cs.

◆ loc

string SourceBacker.Row.loc

Definition at line 37 of file SourceBacker.cs.

◆ loot

string SourceBacker.Row.loot

Definition at line 31 of file SourceBacker.cs.

Referenced by TaskHarvest.OnCreateProgress().

◆ name

string SourceBacker.Row.name

Definition at line 15 of file SourceBacker.cs.

◆ name_L

string SourceBacker.Row.name_L

Definition at line 42 of file SourceBacker.cs.

◆ original

string SourceBacker.Row.original

Definition at line 39 of file SourceBacker.cs.

◆ skin

int SourceBacker.Row.skin

Definition at line 21 of file SourceBacker.cs.

Referenced by Card.ApplyBacker(), and Map.ApplyBackerObj().

◆ text

string SourceBacker.Row.text

Definition at line 17 of file SourceBacker.cs.

◆ text_L

string SourceBacker.Row.text_L

Definition at line 45 of file SourceBacker.cs.

◆ tree

string SourceBacker.Row.tree

Definition at line 25 of file SourceBacker.cs.

◆ type

int SourceBacker.Row.type

Definition at line 19 of file SourceBacker.cs.

Referenced by Card.ApplyBacker(), and SourceBacker.OnInit().

◆ valid

bool SourceBacker.Row.valid

Definition at line 11 of file SourceBacker.cs.

Referenced by SourceBacker.OnInit().

Property Documentation

◆ GetAlias

override string SourceBacker.Row.GetAlias
get

Definition at line 49 of file SourceBacker.cs.

◆ Name

string SourceBacker.Row.Name
get

◆ Text

string SourceBacker.Row.Text
get

Definition at line 53 of file SourceBacker.cs.

54 {
55 get
56 {
57 if (!(Lang.langCode == "CN"))
58 {
59 return text;
60 }
61 return GetText("text");
62 }
63 }
Definition: Lang.cs:6
static string langCode
Definition: Lang.cs:28

Referenced by TaskHarvest.OnCreateProgress(), and TraitSpecialLantern.TrySetAct().

◆ UseAlias

override bool SourceBacker.Row.UseAlias
get

Definition at line 47 of file SourceBacker.cs.


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