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

Public Member Functions

override void OnAfterInit ()
 
void RefreshList ()
 
void RefreshInfo (GameIndex i)
 
- 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 list
 
GameObject goInfo
 
GameObject goNoInfo
 
UINote note
 
UIButton buttonLoad
 
UIButton buttonDelete
 
UIButton buttonBackup
 
List< GameIndexworlds
 
Portrait portrait
 
UIText textAka
 
UIText textName
 
UIText textInfo
 
UIText textRace
 
UIText textJob
 
UIText textDeepest
 
UIText textDays
 

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 LayerLoadGame.cs.

Member Function Documentation

◆ OnAfterInit()

override void LayerLoadGame.OnAfterInit ( )

Definition at line 9 of file LayerLoadGame.cs.

◆ RefreshInfo()

void LayerLoadGame.RefreshInfo ( GameIndex i)

Definition at line 61 of file LayerLoadGame.cs.

◆ RefreshList()

void LayerLoadGame.RefreshList ( )

Definition at line 15 of file LayerLoadGame.cs.

Member Data Documentation

◆ buttonBackup

UIButton LayerLoadGame.buttonBackup

Definition at line 154 of file LayerLoadGame.cs.

◆ buttonDelete

UIButton LayerLoadGame.buttonDelete

Definition at line 151 of file LayerLoadGame.cs.

◆ buttonLoad

UIButton LayerLoadGame.buttonLoad

Definition at line 148 of file LayerLoadGame.cs.

◆ goInfo

GameObject LayerLoadGame.goInfo

Definition at line 139 of file LayerLoadGame.cs.

◆ goNoInfo

GameObject LayerLoadGame.goNoInfo

Definition at line 142 of file LayerLoadGame.cs.

◆ list

UIList LayerLoadGame.list

Definition at line 136 of file LayerLoadGame.cs.

◆ note

UINote LayerLoadGame.note

Definition at line 145 of file LayerLoadGame.cs.

◆ portrait

Portrait LayerLoadGame.portrait

Definition at line 160 of file LayerLoadGame.cs.

◆ textAka

UIText LayerLoadGame.textAka

Definition at line 163 of file LayerLoadGame.cs.

◆ textDays

UIText LayerLoadGame.textDays

Definition at line 181 of file LayerLoadGame.cs.

◆ textDeepest

UIText LayerLoadGame.textDeepest

Definition at line 178 of file LayerLoadGame.cs.

◆ textInfo

UIText LayerLoadGame.textInfo

Definition at line 169 of file LayerLoadGame.cs.

◆ textJob

UIText LayerLoadGame.textJob

Definition at line 175 of file LayerLoadGame.cs.

◆ textName

UIText LayerLoadGame.textName

Definition at line 166 of file LayerLoadGame.cs.

◆ textRace

UIText LayerLoadGame.textRace

Definition at line 172 of file LayerLoadGame.cs.

◆ worlds

List<GameIndex> LayerLoadGame.worlds

Definition at line 157 of file LayerLoadGame.cs.


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