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

Public Member Functions

override void OnInit ()
 
void Refresh ()
 
override void OnKill ()
 
- 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
 
UIList list2
 
UIText textRestart
 

Static Public Attributes

static LayerMod Instance
 

Properties

ModManager manager [get]
 
- 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]
 

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 ()
 

Detailed Description

Definition at line 6 of file LayerMod.cs.

Member Function Documentation

◆ OnInit()

override void LayerMod.OnInit ( )

Definition at line 19 of file LayerMod.cs.

◆ OnKill()

override void LayerMod.OnKill ( )

Definition at line 153 of file LayerMod.cs.

◆ Refresh()

void LayerMod.Refresh ( )

Definition at line 148 of file LayerMod.cs.

Member Data Documentation

◆ Instance

LayerMod LayerMod.Instance
static

Definition at line 177 of file LayerMod.cs.

◆ list

UIList LayerMod.list

Definition at line 180 of file LayerMod.cs.

◆ list2

UIList LayerMod.list2

Definition at line 183 of file LayerMod.cs.

◆ textRestart

UIText LayerMod.textRestart

Definition at line 186 of file LayerMod.cs.

Property Documentation

◆ manager

ModManager LayerMod.manager
get

Definition at line 10 of file LayerMod.cs.


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