Elin Modding Docs Doc
Loading...
Searching...
No Matches
UICurrency Class Reference
Inheritance diagram for UICurrency:
EMono

Classes

class  Item
 
class  Options
 

Public Member Functions

void Build (UICurrency.Options _options)
 
void Build ()
 
void Add (Sprite icon, string lang, Func< string > func)
 
void Refresh ()
 

Public Attributes

List< UICurrency.Itemitems = new List<UICurrency.Item>()
 
bool autoBuild
 
bool disable
 
UICurrency.Options options
 
Sprite[] icons
 
LayoutGroup layout
 
Card target
 

Additional Inherited Members

- Static Public Member Functions inherited from EMono
static int rnd (int a)
 
- Static Public Attributes inherited from EMono
static Core core
 
- Properties inherited from EMono
static Game game [get]
 
static bool AdvMode [get]
 
static Player player [get]
 
static Chara pc [get]
 
static UI ui [get]
 
static Map _map [get]
 
static Zone _zone [get]
 
static FactionBranch Branch [get]
 
static FactionBranch BranchOrHomeBranch [get]
 
static Faction Home [get]
 
static Scene scene [get]
 
static BaseGameScreen screen [get]
 
static GameSetting setting [get]
 
static GameData gamedata [get]
 
static ColorProfile Colors [get]
 
static World world [get]
 
static SoundManager Sound [get]
 
static SourceManager sources [get]
 
static SourceManager editorSources [get]
 
static CoreDebug debug [get]
 

Detailed Description

Definition at line 7 of file UICurrency.cs.

Member Function Documentation

◆ Add()

void UICurrency.Add ( Sprite icon,
string lang,
Func< string > func )

Definition at line 107 of file UICurrency.cs.

◆ Build() [1/2]

void UICurrency.Build ( )

Definition at line 33 of file UICurrency.cs.

◆ Build() [2/2]

void UICurrency.Build ( UICurrency.Options _options)

Definition at line 26 of file UICurrency.cs.

◆ Refresh()

void UICurrency.Refresh ( )

Definition at line 124 of file UICurrency.cs.

Member Data Documentation

◆ autoBuild

bool UICurrency.autoBuild

Definition at line 142 of file UICurrency.cs.

◆ disable

bool UICurrency.disable

Definition at line 145 of file UICurrency.cs.

◆ icons

Sprite [] UICurrency.icons

Definition at line 151 of file UICurrency.cs.

◆ items

List<UICurrency.Item> UICurrency.items = new List<UICurrency.Item>()

Definition at line 139 of file UICurrency.cs.

◆ layout

LayoutGroup UICurrency.layout

Definition at line 154 of file UICurrency.cs.

◆ options

UICurrency.Options UICurrency.options

Definition at line 148 of file UICurrency.cs.

◆ target

Card UICurrency.target

Definition at line 157 of file UICurrency.cs.


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