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

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.ReportDatareports = 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
 

Detailed Description

Definition at line 8 of file UIHomeInfo.cs.

Member Function Documentation

◆ AddReport()

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.

◆ GetTextHappiness()

string UIHomeInfo.GetTextHappiness ( List< Chara > list)

Definition at line 140 of file UIHomeInfo.cs.

◆ Refresh()

void UIHomeInfo.Refresh ( )

Definition at line 21 of file UIHomeInfo.cs.

◆ RefreshInfo()

void UIHomeInfo.RefreshInfo ( )

Definition at line 37 of file UIHomeInfo.cs.

◆ RefreshReport()

void UIHomeInfo.RefreshReport ( )

Definition at line 253 of file UIHomeInfo.cs.

◆ RefreshResources()

void UIHomeInfo.RefreshResources ( )

Definition at line 178 of file UIHomeInfo.cs.

Member Data Documentation

◆ barTemper

Image UIHomeInfo.barTemper

Definition at line 486 of file UIHomeInfo.cs.

◆ branch

FactionBranch UIHomeInfo.branch

Definition at line 477 of file UIHomeInfo.cs.

◆ buttonHappinessLivestock

UIButton UIHomeInfo.buttonHappinessLivestock

Definition at line 447 of file UIHomeInfo.cs.

◆ buttonHappinessResident

UIButton UIHomeInfo.buttonHappinessResident

Definition at line 444 of file UIHomeInfo.cs.

◆ buttonLv

UIButton UIHomeInfo.buttonLv

Definition at line 456 of file UIHomeInfo.cs.

◆ buttonRank

UIButton UIHomeInfo.buttonRank

Definition at line 453 of file UIHomeInfo.cs.

◆ buttonRanking

UIButton UIHomeInfo.buttonRanking

Definition at line 459 of file UIHomeInfo.cs.

◆ buttonWorth

UIButton UIHomeInfo.buttonWorth

Definition at line 450 of file UIHomeInfo.cs.

◆ faction

Faction UIHomeInfo.faction

Definition at line 474 of file UIHomeInfo.cs.

◆ iconReports

Sprite [] UIHomeInfo.iconReports

Definition at line 492 of file UIHomeInfo.cs.

◆ imageFaith

Image UIHomeInfo.imageFaith

Definition at line 483 of file UIHomeInfo.cs.

◆ listCurrencies

UIList UIHomeInfo.listCurrencies

Definition at line 462 of file UIHomeInfo.cs.

◆ listReport

UIList UIHomeInfo.listReport

Definition at line 471 of file UIHomeInfo.cs.

◆ listResources

UIList UIHomeInfo.listResources

Definition at line 465 of file UIHomeInfo.cs.

◆ listSkill

UIList UIHomeInfo.listSkill

Definition at line 468 of file UIHomeInfo.cs.

◆ reports

List<UIHomeInfo.ReportData> UIHomeInfo.reports = new List<UIHomeInfo.ReportData>()

Definition at line 489 of file UIHomeInfo.cs.

◆ textCivility

UIText UIHomeInfo.textCivility

Definition at line 417 of file UIHomeInfo.cs.

◆ textContentLv

UIText UIHomeInfo.textContentLv

Definition at line 438 of file UIHomeInfo.cs.

◆ textDateFound

UIText UIHomeInfo.textDateFound

Definition at line 396 of file UIHomeInfo.cs.

◆ textDev

UIText UIHomeInfo.textDev

Definition at line 411 of file UIHomeInfo.cs.

◆ textElec

UIText UIHomeInfo.textElec

Definition at line 414 of file UIHomeInfo.cs.

◆ textFaction

UIText UIHomeInfo.textFaction

Definition at line 393 of file UIHomeInfo.cs.

◆ textFaith

UIText UIHomeInfo.textFaith

Definition at line 429 of file UIHomeInfo.cs.

◆ textGod

UIText UIHomeInfo.textGod

Definition at line 399 of file UIHomeInfo.cs.

◆ textHeaderReport

UIText UIHomeInfo.textHeaderReport

Definition at line 408 of file UIHomeInfo.cs.

◆ textLand

UIText UIHomeInfo.textLand

Definition at line 405 of file UIHomeInfo.cs.

◆ textMember

UIText UIHomeInfo.textMember

Definition at line 402 of file UIHomeInfo.cs.

◆ textName

UIText UIHomeInfo.textName

Definition at line 420 of file UIHomeInfo.cs.

◆ textPasture

UIText UIHomeInfo.textPasture

Definition at line 441 of file UIHomeInfo.cs.

◆ textPopu

UIText UIHomeInfo.textPopu

Definition at line 426 of file UIHomeInfo.cs.

◆ textRank

UIText UIHomeInfo.textRank

Definition at line 423 of file UIHomeInfo.cs.

◆ textSoil

UIText UIHomeInfo.textSoil

Definition at line 435 of file UIHomeInfo.cs.

◆ textTemper

UIText UIHomeInfo.textTemper

Definition at line 432 of file UIHomeInfo.cs.

◆ transLayout

Transform UIHomeInfo.transLayout

Definition at line 390 of file UIHomeInfo.cs.

◆ zone

Zone UIHomeInfo.zone

Definition at line 480 of file UIHomeInfo.cs.

Property Documentation

◆ tabResearch

int UIHomeInfo.tabResearch
get

Definition at line 12 of file UIHomeInfo.cs.


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