|
Elin Modding Docs Doc
|
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 () |
Definition at line 6 of file LayerMod.cs.
| override void LayerMod.OnInit | ( | ) |
Definition at line 19 of file LayerMod.cs.
| override void LayerMod.OnKill | ( | ) |
Definition at line 153 of file LayerMod.cs.
| void LayerMod.Refresh | ( | ) |
Definition at line 148 of file LayerMod.cs.
|
static |
Definition at line 177 of file LayerMod.cs.
| UIList LayerMod.list |
Definition at line 180 of file LayerMod.cs.
| UIList LayerMod.list2 |
Definition at line 183 of file LayerMod.cs.
| UIText LayerMod.textRestart |
Definition at line 186 of file LayerMod.cs.
|
get |
Definition at line 10 of file LayerMod.cs.