Elin Modding Docs Doc
|
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] |
![]() | |
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] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
Definition at line 6 of file ActionHint.cs.
void ActionHint.AddToggle | ( | string | lang, |
bool | on, | ||
Action< bool > | action ) |
Definition at line 98 of file ActionHint.cs.
void ActionHint.Refresh | ( | ) |
Definition at line 36 of file ActionHint.cs.
void ActionHint.SetText | ( | string | s, |
bool | anime = false ) |
Definition at line 133 of file ActionHint.cs.
void ActionHint.Show | ( | string | lang, |
bool | icon = true ) |
Definition at line 120 of file ActionHint.cs.
void ActionHint.UpdateText | ( | ) |
Definition at line 107 of file ActionHint.cs.
Anime ActionHint.animePop |
Definition at line 172 of file ActionHint.cs.
UIButton ActionHint.buttonDeletePartialMap |
Definition at line 163 of file ActionHint.cs.
UIButton ActionHint.buttonPick |
Definition at line 157 of file ActionHint.cs.
UIButton ActionHint.buttonSavePartialMap |
Definition at line 160 of file ActionHint.cs.
CanvasGroup ActionHint.cg |
Definition at line 178 of file ActionHint.cs.
bool ActionHint.dynamic |
Definition at line 182 of file ActionHint.cs.
Transform ActionHint.extra |
Definition at line 145 of file ActionHint.cs.
UISelectableGroup ActionHint.groupRadio |
Definition at line 166 of file ActionHint.cs.
UISelectableGroup ActionHint.groupToggle |
Definition at line 169 of file ActionHint.cs.
Image ActionHint.iconNerun |
Definition at line 175 of file ActionHint.cs.
LayoutGroup ActionHint.layoutDynamic |
Definition at line 148 of file ActionHint.cs.
UIText ActionHint.textDetail |
Definition at line 154 of file ActionHint.cs.
UIText ActionHint.textTitle |
Definition at line 151 of file ActionHint.cs.
|
get |
Definition at line 10 of file ActionHint.cs.