Elin Modding Docs Doc
Loading...
Searching...
No Matches
ActionHint Class Reference
Inheritance diagram for ActionHint:
EMono

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]
 
- Properties inherited from EMono
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 Public Member Functions inherited from EMono
static int rnd (int a)
 
- Static Public Attributes inherited from EMono
static Core core
 

Detailed Description

Definition at line 6 of file ActionHint.cs.

Member Function Documentation

◆ AddToggle()

void ActionHint.AddToggle ( string lang,
bool on,
Action< bool > action )

Definition at line 98 of file ActionHint.cs.

◆ Refresh()

void ActionHint.Refresh ( )

Definition at line 36 of file ActionHint.cs.

◆ SetText()

void ActionHint.SetText ( string s,
bool anime = false )

Definition at line 133 of file ActionHint.cs.

◆ Show()

void ActionHint.Show ( string lang,
bool icon = true )

Definition at line 120 of file ActionHint.cs.

◆ UpdateText()

void ActionHint.UpdateText ( )

Definition at line 107 of file ActionHint.cs.

Member Data Documentation

◆ animePop

Anime ActionHint.animePop

Definition at line 172 of file ActionHint.cs.

◆ buttonDeletePartialMap

UIButton ActionHint.buttonDeletePartialMap

Definition at line 163 of file ActionHint.cs.

◆ buttonPick

UIButton ActionHint.buttonPick

Definition at line 157 of file ActionHint.cs.

◆ buttonSavePartialMap

UIButton ActionHint.buttonSavePartialMap

Definition at line 160 of file ActionHint.cs.

◆ cg

CanvasGroup ActionHint.cg

Definition at line 178 of file ActionHint.cs.

◆ dynamic

bool ActionHint.dynamic

Definition at line 182 of file ActionHint.cs.

◆ extra

Transform ActionHint.extra

Definition at line 145 of file ActionHint.cs.

◆ groupRadio

UISelectableGroup ActionHint.groupRadio

Definition at line 166 of file ActionHint.cs.

◆ groupToggle

UISelectableGroup ActionHint.groupToggle

Definition at line 169 of file ActionHint.cs.

◆ iconNerun

Image ActionHint.iconNerun

Definition at line 175 of file ActionHint.cs.

◆ layoutDynamic

LayoutGroup ActionHint.layoutDynamic

Definition at line 148 of file ActionHint.cs.

◆ textDetail

UIText ActionHint.textDetail

Definition at line 154 of file ActionHint.cs.

◆ textTitle

UIText ActionHint.textTitle

Definition at line 151 of file ActionHint.cs.

Property Documentation

◆ mode

ActionMode ActionHint.mode
get

Definition at line 10 of file ActionHint.cs.


The documentation for this class was generated from the following file: