Elin Modding Docs Doc
|
Classes | |
class | MenuItem |
Public Member Functions | |
void | SetItems (List< Thing > things) |
void | SetItemsOnHitPoint () |
override void | OnUpdateInput () |
void | Refresh () |
![]() | |
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 () |
Static Public Member Functions | |
static LayerInspect.MenuItem | GetItem (Card t) |
static List< LayerInspect.MenuItem > | GetMenuItems () |
![]() | |
static int | rnd (int a) |
Public Attributes | |
bool | inspectMap |
UIList | list |
List< LayerInspect.MenuItem > | items = new List<LayerInspect.MenuItem>() |
Additional Inherited Members | |
![]() | |
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 7 of file LayerInspect.cs.
|
static |
Definition at line 80 of file LayerInspect.cs.
|
static |
Definition at line 99 of file LayerInspect.cs.
override void LayerInspect.OnUpdateInput | ( | ) |
Definition at line 28 of file LayerInspect.cs.
void LayerInspect.Refresh | ( | ) |
Definition at line 49 of file LayerInspect.cs.
void LayerInspect.SetItems | ( | List< Thing > | things | ) |
Definition at line 10 of file LayerInspect.cs.
void LayerInspect.SetItemsOnHitPoint | ( | ) |
Definition at line 20 of file LayerInspect.cs.
bool LayerInspect.inspectMap |
Definition at line 176 of file LayerInspect.cs.
List<LayerInspect.MenuItem> LayerInspect.items = new List<LayerInspect.MenuItem>() |
Definition at line 182 of file LayerInspect.cs.
UIList LayerInspect.list |
Definition at line 179 of file LayerInspect.cs.