Elin Modding Docs Doc
Loading...
Searching...
No Matches
LayerHome Class Reference
Inheritance diagram for LayerHome:
ELayer

Public Member Functions

override bool HeaderIsListOf (int id)
 
override void OnInit ()
 
override void OnSwitchContent (Window window)
 
void RefreshChronicle ()
 
void RefreshTech (bool listComplete=false)
 
void RefreshFocus ()
 
void RefreshFeat ()
 
void RefreshAreas ()
 
void RefreshSpots ()
 
- Public Member Functions inherited from ELayer
override void OnBeforeAddLayer ()
 
void InitInspector ()
 
override void Init ()
 
override void OnAfterAddLayer ()
 
void TryShowHelp ()
 
void AddLayerToUI (string id)
 
void TryShowHint (string _langHint=null)
 
void TalkHomeMemeber (string id)
 
void TalkMaid (string id)
 
override void OnRightClick ()
 

Public Attributes

UIList listArea
 
UIList listTech
 
UIList listTech2
 
UIList listFeat
 
UIList listFeat2
 
UIList listFeat3
 
FactionBranch branch
 
UIHomeInfo info
 

Static Public Attributes

static LayerHome Instance
 
const int TabResearch = 1
 
const int TabPolicy = 2
 
const int TabPopulation = 3
 
const int TabFeat = 4
 

Additional Inherited Members

- Static Public Member Functions inherited from ELayer
static int rnd (int a)
 
- Protected Member Functions inherited from ELayer
override void _Close ()
 
override void Kill ()
 
- Properties inherited from ELayer
static Core core [get]
 
static Game game [get]
 
static bool AdvMode [get]
 
static Player player [get]
 
static Chara pc [get]
 
static FactionBranch Branch [get]
 
static Faction Home [get]
 
static UI ui [get]
 
static Map _map [get]
 
static Zone _zone [get]
 
static Scene scene [get]
 
static BaseGameScreen screen [get]
 
static CoreConfig config [get]
 
static GameSetting setting [get]
 
static ColorProfile Colors [get]
 
static SourceManager sources [get]
 
static World world [get]
 
static SoundManager Sound [get]
 
static CoreDebug debug [get]
 
bool IsFloat [get]
 
virtual string IdHelp [get]
 

Detailed Description

Definition at line 6 of file LayerHome.cs.

Member Function Documentation

◆ HeaderIsListOf()

override bool LayerHome.HeaderIsListOf ( int id)

Definition at line 9 of file LayerHome.cs.

◆ OnInit()

override void LayerHome.OnInit ( )

Definition at line 15 of file LayerHome.cs.

◆ OnSwitchContent()

override void LayerHome.OnSwitchContent ( Window window)

Definition at line 22 of file LayerHome.cs.

◆ RefreshAreas()

void LayerHome.RefreshAreas ( )

Definition at line 196 of file LayerHome.cs.

◆ RefreshChronicle()

void LayerHome.RefreshChronicle ( )

Definition at line 59 of file LayerHome.cs.

◆ RefreshFeat()

void LayerHome.RefreshFeat ( )

Definition at line 96 of file LayerHome.cs.

◆ RefreshFocus()

void LayerHome.RefreshFocus ( )

Definition at line 87 of file LayerHome.cs.

◆ RefreshSpots()

void LayerHome.RefreshSpots ( )

Definition at line 227 of file LayerHome.cs.

◆ RefreshTech()

void LayerHome.RefreshTech ( bool listComplete = false)

Definition at line 64 of file LayerHome.cs.

Member Data Documentation

◆ branch

FactionBranch LayerHome.branch

Definition at line 283 of file LayerHome.cs.

◆ info

UIHomeInfo LayerHome.info

Definition at line 286 of file LayerHome.cs.

◆ Instance

LayerHome LayerHome.Instance
static

Definition at line 262 of file LayerHome.cs.

◆ listArea

UIList LayerHome.listArea

Definition at line 265 of file LayerHome.cs.

◆ listFeat

UIList LayerHome.listFeat

Definition at line 274 of file LayerHome.cs.

◆ listFeat2

UIList LayerHome.listFeat2

Definition at line 277 of file LayerHome.cs.

◆ listFeat3

UIList LayerHome.listFeat3

Definition at line 280 of file LayerHome.cs.

◆ listTech

UIList LayerHome.listTech

Definition at line 268 of file LayerHome.cs.

◆ listTech2

UIList LayerHome.listTech2

Definition at line 271 of file LayerHome.cs.

◆ TabFeat

const int LayerHome.TabFeat = 4
static

Definition at line 298 of file LayerHome.cs.

◆ TabPolicy

const int LayerHome.TabPolicy = 2
static

Definition at line 292 of file LayerHome.cs.

◆ TabPopulation

const int LayerHome.TabPopulation = 3
static

Definition at line 295 of file LayerHome.cs.

◆ TabResearch

const int LayerHome.TabResearch = 1
static

Definition at line 289 of file LayerHome.cs.


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