Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnInit () |
void | RefreshTech () |
void | RefreshFocus () |
![]() | |
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 | listTech |
UIText | textHeader |
bool | listComplete |
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 LayerTech.cs.
override void LayerTech.OnInit | ( | ) |
Definition at line 7 of file LayerTech.cs.
void LayerTech.RefreshFocus | ( | ) |
Definition at line 45 of file LayerTech.cs.
void LayerTech.RefreshTech | ( | ) |
Definition at line 13 of file LayerTech.cs.
bool LayerTech.listComplete |
Definition at line 60 of file LayerTech.cs.
UIList LayerTech.listTech |
Definition at line 54 of file LayerTech.cs.
UIText LayerTech.textHeader |
Definition at line 57 of file LayerTech.cs.