Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | Refresh () |
void | AddToggle (string lang, bool on, Action< bool > action) |
void | UpdateText () |
void | Show (string lang, bool icon=true) |
void | SetText (string s, bool anime=false) |
Public Attributes | |
Transform | extra |
LayoutGroup | layoutDynamic |
UIText | textTitle |
UIText | textDetail |
UIButton | buttonPick |
UIButton | buttonSavePartialMap |
UIButton | buttonDeletePartialMap |
UISelectableGroup | groupRadio |
UISelectableGroup | groupToggle |
Anime | animePop |
Image | iconNerun |
CanvasGroup | cg |
bool | dynamic |
Properties | |
ActionMode | mode [get] |
BaseTileSelector | ts [get] |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Private Member Functions | |
void | Awake () |
Private Attributes | |
UIButton | moldDynamic |
Vector3 | oriPos |
string | lastText |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
Definition at line 5 of file ActionHint.cs.
|
inline |
Definition at line 111 of file ActionHint.cs.
References dynamic, layoutDynamic, UIButton.mainText, moldDynamic, UIText.SetText(), UIButton.SetToggle(), and Util.
|
inlineprivate |
Definition at line 44 of file ActionHint.cs.
References layoutDynamic, moldDynamic, and oriPos.
|
inline |
Definition at line 50 of file ActionHint.cs.
References ActionMode.Dig, dynamic, extra, groupRadio, groupToggle, UISelectableGroup.Init(), layoutDynamic, ActionMode.Mine, mode, AM_Dig.OnCreateMold(), AM_Mine.OnCreateMold(), ActionMode.ShowActionHint, UISelectableGroup.ToggleInteractable(), and UpdateText().
Referenced by UI.OnChangeLayer().
|
inline |
Definition at line 143 of file ActionHint.cs.
References animePop, oriPos, Anime.Play(), UIText.SetText(), and textTitle.
Referenced by Show(), and UpdateText().
|
inline |
Definition at line 131 of file ActionHint.cs.
References buttonPick, extra, iconNerun, lastText, and SetText().
|
inline |
Definition at line 119 of file ActionHint.cs.
References Scene.actionMode, buttonPick, AM_MoveInstalled.CanPutAway(), ActionMode.GetHintText(), ActionMode.Inspect, mode, EMono.scene, SetText(), ActionMode.ShowActionHint, and AM_MoveInstalled.TryPutAway().
Referenced by Refresh().
Anime ActionHint.animePop |
Definition at line 25 of file ActionHint.cs.
Referenced by SetText().
UIButton ActionHint.buttonDeletePartialMap |
Definition at line 19 of file ActionHint.cs.
UIButton ActionHint.buttonPick |
Definition at line 15 of file ActionHint.cs.
Referenced by Show(), and UpdateText().
UIButton ActionHint.buttonSavePartialMap |
Definition at line 17 of file ActionHint.cs.
CanvasGroup ActionHint.cg |
Definition at line 29 of file ActionHint.cs.
bool ActionHint.dynamic |
Definition at line 32 of file ActionHint.cs.
Referenced by AddToggle(), and Refresh().
Transform ActionHint.extra |
Definition at line 7 of file ActionHint.cs.
UISelectableGroup ActionHint.groupRadio |
Definition at line 21 of file ActionHint.cs.
Referenced by AM_Dig.OnSelectEnd(), AM_Dig.OnSelectStart(), and Refresh().
UISelectableGroup ActionHint.groupToggle |
Definition at line 23 of file ActionHint.cs.
Referenced by Refresh().
Image ActionHint.iconNerun |
Definition at line 27 of file ActionHint.cs.
Referenced by Show().
|
private |
Definition at line 38 of file ActionHint.cs.
Referenced by Show().
LayoutGroup ActionHint.layoutDynamic |
Definition at line 9 of file ActionHint.cs.
Referenced by AddToggle(), Awake(), and Refresh().
|
private |
Definition at line 34 of file ActionHint.cs.
Referenced by AddToggle(), and Awake().
|
private |
Definition at line 36 of file ActionHint.cs.
UIText ActionHint.textDetail |
Definition at line 13 of file ActionHint.cs.
UIText ActionHint.textTitle |
Definition at line 11 of file ActionHint.cs.
Referenced by SetText().
|
get |
Definition at line 40 of file ActionHint.cs.
Referenced by Refresh(), and UpdateText().
|
getprivate |
Definition at line 42 of file ActionHint.cs.