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

Public Member Functions

override void OnInit ()
 
void RefreshSummary ()
 
- 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

UIText textName
 
UIText textExplore
 
UIText textTerritory
 
UIText textPopu
 
UIText textWealth
 
UIText textRestore
 
UIText textProgress
 

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 4 of file LayerGlobalMap.cs.

Member Function Documentation

◆ OnInit()

override void LayerGlobalMap.OnInit ( )

Definition at line 7 of file LayerGlobalMap.cs.

◆ RefreshSummary()

void LayerGlobalMap.RefreshSummary ( )

Definition at line 13 of file LayerGlobalMap.cs.

Member Data Documentation

◆ textExplore

UIText LayerGlobalMap.textExplore

Definition at line 35 of file LayerGlobalMap.cs.

◆ textName

UIText LayerGlobalMap.textName

Definition at line 32 of file LayerGlobalMap.cs.

◆ textPopu

UIText LayerGlobalMap.textPopu

Definition at line 41 of file LayerGlobalMap.cs.

◆ textProgress

UIText LayerGlobalMap.textProgress

Definition at line 50 of file LayerGlobalMap.cs.

◆ textRestore

UIText LayerGlobalMap.textRestore

Definition at line 47 of file LayerGlobalMap.cs.

◆ textTerritory

UIText LayerGlobalMap.textTerritory

Definition at line 38 of file LayerGlobalMap.cs.

◆ textWealth

UIText LayerGlobalMap.textWealth

Definition at line 44 of file LayerGlobalMap.cs.


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