Elin Modding Docs Doc
|
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.Item > | items = new List<UICurrency.Item>() |
bool | autoBuild |
bool | disable |
UICurrency.Options | options |
Sprite[] | icons |
LayoutGroup | layout |
Card | target |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
![]() | |
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] |
Definition at line 7 of file UICurrency.cs.
void UICurrency.Add | ( | Sprite | icon, |
string | lang, | ||
Func< string > | func ) |
Definition at line 107 of file UICurrency.cs.
void UICurrency.Build | ( | ) |
Definition at line 33 of file UICurrency.cs.
void UICurrency.Build | ( | UICurrency.Options | _options | ) |
Definition at line 26 of file UICurrency.cs.
void UICurrency.Refresh | ( | ) |
Definition at line 124 of file UICurrency.cs.
bool UICurrency.autoBuild |
Definition at line 142 of file UICurrency.cs.
bool UICurrency.disable |
Definition at line 145 of file UICurrency.cs.
Sprite [] UICurrency.icons |
Definition at line 151 of file UICurrency.cs.
List<UICurrency.Item> UICurrency.items = new List<UICurrency.Item>() |
Definition at line 139 of file UICurrency.cs.
LayoutGroup UICurrency.layout |
Definition at line 154 of file UICurrency.cs.
UICurrency.Options UICurrency.options |
Definition at line 148 of file UICurrency.cs.
Card UICurrency.target |
Definition at line 157 of file UICurrency.cs.