Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Extra |
Static Public Member Functions | |
static void | Toggle (Element e) |
![]() | |
static int | rnd (int a) |
Public Attributes | |
UIText | text |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetTracker | Instance |
![]() | |
static Core | core |
Properties | |
Extra | extra [get] |
![]() | |
string | ID [get] |
Config | config [get] |
SkinRoot | skinRoot [get] |
bool | IsSealed [get] |
virtual bool | ShowStyleMenu [get] |
virtual bool | AlwaysTop [get] |
virtual bool | IsStaticPosition [get] |
virtual bool | AlwaysBottom [get] |
virtual Type | SetSiblingAfter [get] |
virtual bool | ShowInBuildMode [get] |
virtual bool | RightClickToClose [get] |
virtual bool | AllowRightClickToClose [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 | OnEnable () |
void | OnDisable () |
Private Attributes | |
FastString | sb = new FastString() |
FastString | lastSb = new FastString() |
Additional Inherited Members | |
![]() | |
enum | WidgetType { Default , ZoomMenu } |
enum | State { Active , Inactive } |
![]() | |
void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
void | ClampToScreen (RectTransform rect, float margin=10f) |
![]() | |
bool | flip |
Definition at line 4 of file WidgetTracker.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 21 of file WidgetTracker.cs.
|
inlinevirtual |
|
inlineprivate |
Definition at line 68 of file WidgetTracker.cs.
|
inlineprivate |
Definition at line 63 of file WidgetTracker.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 118 of file WidgetTracker.cs.
References UIContextMenu.AddButton(), UIContextMenu.AddToggle(), extra, EMono.player, WidgetTracker.Extra.potential, Refresh(), Widget.SetBaseContextMenu(), Player.trackedElements, and EMono.ui.
|
inline |
Definition at line 73 of file WidgetTracker.cs.
References FastString.Append(), FastString.Clear(), Card.elements, extra, ElementContainer.GetElement(), FastString.IsEmpty(), item, lastSb, EMono.pc, EMono.player, WidgetTracker.Extra.potential, sb, FastString.Set(), Element.ShowXP, text, FastString.ToString(), Player.trackedElements, and Element.Value.
Referenced by OnActivate(), OnSetContextMenu(), and Toggle().
|
inlinestatic |
Definition at line 26 of file WidgetTracker.cs.
References Widget.Close(), Card.elements, Element.id, Instance, Element.owner, EMono.pc, EMono.player, Refresh(), Player.trackedElements, and EMono.ui.
Referenced by WindowCharaMini.Refresh(), WindowChara.RefreshSkill(), and WindowChara.RefreshStatic().
|
static |
Definition at line 11 of file WidgetTracker.cs.
Referenced by OnActivate(), and Toggle().
|
private |
Definition at line 15 of file WidgetTracker.cs.
Referenced by Refresh().
|
private |
Definition at line 13 of file WidgetTracker.cs.
Referenced by Refresh().
UIText WidgetTracker.text |
Definition at line 17 of file WidgetTracker.cs.
Referenced by Refresh().
|
get |
Definition at line 19 of file WidgetTracker.cs.
Referenced by OnSetContextMenu(), and Refresh().