Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
override void | OnSwitchContent (int idTab) |
void | RefreshInfo () |
string | GetTextHappiness (List< Chara > list) |
void | RefreshResources () |
![]() | |
virtual void | OnSwitchContent (int idTab) |
virtual void | OnInstantiate () |
![]() | |
void | Clear () |
void | Build () |
void | Space (int sizeY=0, int sizeX=1) |
UINote | AddNote (string id) |
UIItem | AddHeader (string text, Sprite sprite=null) |
UIItem | AddHeaderCard (string text, Sprite sprite=null) |
UIItem | AddHeaderTopic (string text, Sprite sprite=null) |
UIItem | AddHeader (string id, string text, Sprite sprite=null) |
UIItem | AddText (string text, FontColor color=FontColor.DontChange) |
UIItem | AddText (string id, string text, FontColor color=FontColor.DontChange) |
UIItem | AddText (string id, string text, Color color) |
UIItem | AddItem (string id) |
UIItem | AddTopic (string id, string text, string value=null) |
UIItem | AddTopic (string text, string value=null) |
void | AddImage (Sprite sprite) |
void | AddImage (string idFile) |
UIButton | AddButton (string text, Action onClick) |
UIButton | AddButtonLink (string text, string url) |
UIDropdown | AddDropdown (string id="DropdownDefault") |
UIButton | AddToggle (string idLang="", bool isOn=false, Action< bool > action=null) |
Transform | AddPrefab (string path) |
T | AddExtra< T > (string path) |
Public Attributes | |
UIText | textName |
UIText | textRank |
UIText | textWealth |
UIText | textHearth |
UIText | textPopu |
UIText | textInfluence |
UIText | textKnowledge |
UIText | textHeaderReport |
UIText | textReknown |
UIText | textKarma |
UIButton | buttonHappinessResident |
UIButton | buttonHappinessLivestock |
UIList | listCurrencies |
UIList | listResources |
Faction | faction |
FactionBranch | branch |
Zone | zone |
![]() | |
RectTransform | target |
UINoteProfile | prof |
SkinType | skinType |
string | idDefaultText |
LayoutGroup | layout |
RectTransform | cur |
bool | extraRebuild |
Properties | |
int | tabResearch [get] |
Definition at line 3 of file ContentHomeReport.cs.
|
inline |
Definition at line 70 of file ContentHomeReport.cs.
References item.
|
inlinevirtual |
Reimplemented from UIContent.
Definition at line 41 of file ContentHomeReport.cs.
References branch, EClass.Branch, Zone.branch, Chara.faction, faction, Chara.homeZone, FactionBranch.owner, EClass.pc, and zone.
|
inline |
Definition at line 48 of file ContentHomeReport.cs.
References branch, buttonHappinessLivestock, buttonHappinessResident, FactionBranch.CountMembers(), World.date, Date.day, faction, FactionBranch.faith, Happiness.GetText(), FactionBranch.happiness, HappinessManager.livestocks, Date.month, Faction.name, Religion.Name, Spatial.Name, UITooltip.note, FactionBranch.rank, FactionBranch.RankText, HappinessManager.residents, UIText.SetText(), UIButton.SetTooltip(), textKarma, textName, textPopu, textRank, textReknown, EClass.world, Happiness.WriteNote(), Date.year, and zone.
|
inline |
Definition at line 98 of file ContentHomeReport.cs.
References UIList.Add(), branch, UIList.Clear(), BaseHomeResource.IsRate, item, HomeResourceManager.list, UIList.List(), listCurrencies, listResources, FactionBranch.resources, and ItemHomeResource.SetResource().
FactionBranch ContentHomeReport.branch |
Definition at line 35 of file ContentHomeReport.cs.
Referenced by OnSwitchContent(), RefreshInfo(), and RefreshResources().
UIButton ContentHomeReport.buttonHappinessLivestock |
Definition at line 27 of file ContentHomeReport.cs.
Referenced by RefreshInfo().
UIButton ContentHomeReport.buttonHappinessResident |
Definition at line 25 of file ContentHomeReport.cs.
Referenced by RefreshInfo().
Faction ContentHomeReport.faction |
Definition at line 33 of file ContentHomeReport.cs.
Referenced by OnSwitchContent(), and RefreshInfo().
UIList ContentHomeReport.listCurrencies |
Definition at line 29 of file ContentHomeReport.cs.
Referenced by RefreshResources().
UIList ContentHomeReport.listResources |
Definition at line 31 of file ContentHomeReport.cs.
Referenced by RefreshResources().
UIText ContentHomeReport.textHeaderReport |
Definition at line 19 of file ContentHomeReport.cs.
UIText ContentHomeReport.textHearth |
Definition at line 11 of file ContentHomeReport.cs.
UIText ContentHomeReport.textInfluence |
Definition at line 15 of file ContentHomeReport.cs.
UIText ContentHomeReport.textKarma |
Definition at line 23 of file ContentHomeReport.cs.
Referenced by RefreshInfo().
UIText ContentHomeReport.textKnowledge |
Definition at line 17 of file ContentHomeReport.cs.
UIText ContentHomeReport.textName |
Definition at line 5 of file ContentHomeReport.cs.
Referenced by RefreshInfo().
UIText ContentHomeReport.textPopu |
Definition at line 13 of file ContentHomeReport.cs.
Referenced by RefreshInfo().
UIText ContentHomeReport.textRank |
Definition at line 7 of file ContentHomeReport.cs.
Referenced by RefreshInfo().
UIText ContentHomeReport.textReknown |
Definition at line 21 of file ContentHomeReport.cs.
Referenced by RefreshInfo().
UIText ContentHomeReport.textWealth |
Definition at line 9 of file ContentHomeReport.cs.
Zone ContentHomeReport.zone |
Definition at line 37 of file ContentHomeReport.cs.
Referenced by OnSwitchContent(), and RefreshInfo().
|
get |
Definition at line 39 of file ContentHomeReport.cs.