|
Elin Modding Docs Doc
|
Classes | |
| class | ReportData |
Public Member Functions | |
| void | Refresh () |
| void | RefreshInfo () |
| string | GetTextHappiness (List< Chara > list) |
| void | RefreshResources () |
| void | AddReport (string text, UIHomeInfo.ReportData.ReportType type=UIHomeInfo.ReportData.ReportType.Default, Action onClick=null, Action< UITooltip > onShowTooltip=null) |
| void | RefreshReport () |
Public Attributes | |
| Transform | transLayout |
| UIText | textFaction |
| UIText | textDateFound |
| UIText | textGod |
| UIText | textMember |
| UIText | textLand |
| UIText | textHeaderReport |
| UIText | textDev |
| UIText | textElec |
| UIText | textCivility |
| UIText | textName |
| UIText | textRank |
| UIText | textPopu |
| UIText | textFaith |
| UIText | textTemper |
| UIText | textSoil |
| UIText | textContentLv |
| UIText | textPasture |
| UIButton | buttonHappinessResident |
| UIButton | buttonHappinessLivestock |
| UIButton | buttonWorth |
| UIButton | buttonRank |
| UIButton | buttonLv |
| UIButton | buttonRanking |
| UIList | listCurrencies |
| UIList | listResources |
| UIList | listSkill |
| UIList | listReport |
| Faction | faction |
| FactionBranch | branch |
| Zone | zone |
| Image | imageFaith |
| Image | barTemper |
| List< UIHomeInfo.ReportData > | reports = new List<UIHomeInfo.ReportData>() |
| Sprite[] | iconReports |
Properties | |
| int | tabResearch [get] |
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] |
Additional Inherited Members | |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from EMono | |
| static Core | core |
Definition at line 8 of file UIHomeInfo.cs.
| void UIHomeInfo.AddReport | ( | string | text, |
| UIHomeInfo.ReportData.ReportType | type = UIHomeInfo::ReportData::ReportType::Default, | ||
| Action | onClick = null, | ||
| Action< UITooltip > | onShowTooltip = null ) |
Definition at line 240 of file UIHomeInfo.cs.
| string UIHomeInfo.GetTextHappiness | ( | List< Chara > | list | ) |
Definition at line 140 of file UIHomeInfo.cs.
| void UIHomeInfo.Refresh | ( | ) |
Definition at line 21 of file UIHomeInfo.cs.
| void UIHomeInfo.RefreshInfo | ( | ) |
Definition at line 37 of file UIHomeInfo.cs.
| void UIHomeInfo.RefreshReport | ( | ) |
Definition at line 253 of file UIHomeInfo.cs.
| void UIHomeInfo.RefreshResources | ( | ) |
Definition at line 178 of file UIHomeInfo.cs.
| Image UIHomeInfo.barTemper |
Definition at line 486 of file UIHomeInfo.cs.
| FactionBranch UIHomeInfo.branch |
Definition at line 477 of file UIHomeInfo.cs.
| UIButton UIHomeInfo.buttonHappinessLivestock |
Definition at line 447 of file UIHomeInfo.cs.
| UIButton UIHomeInfo.buttonHappinessResident |
Definition at line 444 of file UIHomeInfo.cs.
| UIButton UIHomeInfo.buttonLv |
Definition at line 456 of file UIHomeInfo.cs.
| UIButton UIHomeInfo.buttonRank |
Definition at line 453 of file UIHomeInfo.cs.
| UIButton UIHomeInfo.buttonRanking |
Definition at line 459 of file UIHomeInfo.cs.
| UIButton UIHomeInfo.buttonWorth |
Definition at line 450 of file UIHomeInfo.cs.
| Faction UIHomeInfo.faction |
Definition at line 474 of file UIHomeInfo.cs.
| Sprite [] UIHomeInfo.iconReports |
Definition at line 492 of file UIHomeInfo.cs.
| Image UIHomeInfo.imageFaith |
Definition at line 483 of file UIHomeInfo.cs.
| UIList UIHomeInfo.listCurrencies |
Definition at line 462 of file UIHomeInfo.cs.
| UIList UIHomeInfo.listReport |
Definition at line 471 of file UIHomeInfo.cs.
| UIList UIHomeInfo.listResources |
Definition at line 465 of file UIHomeInfo.cs.
| UIList UIHomeInfo.listSkill |
Definition at line 468 of file UIHomeInfo.cs.
| List<UIHomeInfo.ReportData> UIHomeInfo.reports = new List<UIHomeInfo.ReportData>() |
Definition at line 489 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textCivility |
Definition at line 417 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textContentLv |
Definition at line 438 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textDateFound |
Definition at line 396 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textDev |
Definition at line 411 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textElec |
Definition at line 414 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textFaction |
Definition at line 393 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textFaith |
Definition at line 429 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textGod |
Definition at line 399 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textHeaderReport |
Definition at line 408 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textLand |
Definition at line 405 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textMember |
Definition at line 402 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textName |
Definition at line 420 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textPasture |
Definition at line 441 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textPopu |
Definition at line 426 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textRank |
Definition at line 423 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textSoil |
Definition at line 435 of file UIHomeInfo.cs.
| UIText UIHomeInfo.textTemper |
Definition at line 432 of file UIHomeInfo.cs.
| Transform UIHomeInfo.transLayout |
Definition at line 390 of file UIHomeInfo.cs.
| Zone UIHomeInfo.zone |
Definition at line 480 of file UIHomeInfo.cs.
|
get |
Definition at line 12 of file UIHomeInfo.cs.