Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnInit () |
void | RefreshSummary () |
![]() | |
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 int | rnd (int a) |
![]() | |
override void | _Close () |
override void | Kill () |
![]() | |
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] |
Definition at line 4 of file LayerGlobalMap.cs.
override void LayerGlobalMap.OnInit | ( | ) |
Definition at line 7 of file LayerGlobalMap.cs.
void LayerGlobalMap.RefreshSummary | ( | ) |
Definition at line 13 of file LayerGlobalMap.cs.
UIText LayerGlobalMap.textExplore |
Definition at line 35 of file LayerGlobalMap.cs.
UIText LayerGlobalMap.textName |
Definition at line 32 of file LayerGlobalMap.cs.
UIText LayerGlobalMap.textPopu |
Definition at line 41 of file LayerGlobalMap.cs.
UIText LayerGlobalMap.textProgress |
Definition at line 50 of file LayerGlobalMap.cs.
UIText LayerGlobalMap.textRestore |
Definition at line 47 of file LayerGlobalMap.cs.
UIText LayerGlobalMap.textTerritory |
Definition at line 38 of file LayerGlobalMap.cs.
UIText LayerGlobalMap.textWealth |
Definition at line 44 of file LayerGlobalMap.cs.