|
Elin Decompiled Documentation EA 23.299 Nightly
|
Classes | |
| class | Extra |
Static Public Member Functions | |
| static void | RefreshAll () |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Public Attributes | |
| List< NotificationCondition > | conditions = new List<NotificationCondition>() |
| List< NotificationCooldown > | cds = new List<NotificationCooldown>() |
| ItemNotice | moldBuff |
| ItemNotice | moldStance |
| ItemNotice | moldCooldown |
Public Attributes inherited from BaseWidgetNotice | |
| Sprite[] | sprites |
| List< BaseNotification > | list = new List<BaseNotification>() |
| VerticalLayoutGroup | layout |
| VerticalLayoutGroup | layout2 |
| ItemNotice | mold |
Public Attributes inherited from Widget | |
| Image | imageBG |
| SoundData | soundActivate |
| UIDragPanel | dragPanel |
| RectTransform | tipPivotLeft |
| RectTransform | tipPivotRight |
Static Public Attributes | |
| static WidgetStats | Instance |
Static Public Attributes inherited from EMono | |
| static Core | core |
Properties | |
| Extra | extra [get] |
Properties inherited from Widget | |
| 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] |
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 | |
Public Types inherited from Widget | |
| enum | WidgetType { Default , ZoomMenu } |
| enum | State { Active , Inactive } |
Protected Member Functions inherited from Widget | |
| void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
| void | ClampToScreen (RectTransform rect, float margin=10f) |
Protected Attributes inherited from BaseWidgetNotice | |
| bool | dirty |
Protected Attributes inherited from Widget | |
| bool | flip |
Definition at line 4 of file WidgetStats.cs.
|
inlinevirtual |
Reimplemented from BaseWidgetNotice.
Definition at line 42 of file WidgetStats.cs.
References BaseWidgetNotice.Add(), Chara.bladder, Chara.burden, Chara.depression, Chara.hunger, Chara.hygiene, Instance, EMono.pc, Chara.sleepiness, and Chara.stamina.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 29 of file WidgetStats.cs.
|
inlinevirtual |
Reimplemented from BaseWidgetNotice.
Definition at line 76 of file WidgetStats.cs.
References Chara._cooldowns, BaseWidgetNotice.Add(), cds, NotificationCondition.condition, Chara.conditions, conditions, Condition.CreateNotification(), NotificationCooldown.idEle, EMono.pc, NotificationCondition.ShouldRemove(), and BaseStats.ShowInWidget.
|
inlinevirtual |
Reimplemented from BaseWidgetNotice.
Definition at line 146 of file WidgetStats.cs.
References UIContextMenu.AddChild(), UIContextMenu.AddToggle(), extra, RefreshAll(), WidgetStats.Extra.sort, and WidgetStats.Extra.sort_ascend.
|
inlinestatic |
Definition at line 34 of file WidgetStats.cs.
References BaseWidgetNotice._RefreshAll(), and Instance.
Referenced by NotificationCondition.OnClick(), and OnSetContextMenu().
| List<NotificationCooldown> WidgetStats.cds = new List<NotificationCooldown>() |
Definition at line 19 of file WidgetStats.cs.
Referenced by OnRefresh().
| List<NotificationCondition> WidgetStats.conditions = new List<NotificationCondition>() |
Definition at line 17 of file WidgetStats.cs.
Referenced by OnRefresh().
|
static |
Definition at line 15 of file WidgetStats.cs.
Referenced by _OnActivate(), NotificationBuff.GetMold(), NotificationCooldown.GetMold(), NotificationStance.GetMold(), NotificationCondition.GetSortVal(), NotificationCondition.OnClick(), and RefreshAll().
| ItemNotice WidgetStats.moldBuff |
Definition at line 21 of file WidgetStats.cs.
Referenced by NotificationBuff.GetMold().
| ItemNotice WidgetStats.moldCooldown |
Definition at line 25 of file WidgetStats.cs.
Referenced by NotificationCooldown.GetMold().
| ItemNotice WidgetStats.moldStance |
Definition at line 23 of file WidgetStats.cs.
Referenced by NotificationStance.GetMold().
|
get |
Definition at line 27 of file WidgetStats.cs.
Referenced by NotificationCondition.GetSortVal(), and OnSetContextMenu().