|
Elin Decompiled Documentation EA 23.239 Nightly Patch 1
|
Static Public Member Functions | |
| static void | Show () |
| static bool | TryShow () |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Public Attributes | |
| List< ItemQuestTracker > | items |
| ItemQuestTracker | mold |
| LayoutGroup | layout |
Public Attributes inherited from Widget | |
| Image | imageBG |
| SoundData | soundActivate |
| UIDragPanel | dragPanel |
| RectTransform | tipPivotLeft |
| RectTransform | tipPivotRight |
Static Public Attributes | |
| static WidgetQuestTracker | Instance |
Static Public Attributes inherited from EMono | |
| static Core | core |
Private Member Functions | |
| void | OnEnable () |
| void | OnDisable () |
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 Widget | |
| bool | flip |
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] |
Definition at line 4 of file WidgetQuestTracker.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 24 of file WidgetQuestTracker.cs.
|
inlineprivate |
Definition at line 19 of file WidgetQuestTracker.cs.
|
inlineprivate |
Definition at line 14 of file WidgetQuestTracker.cs.
|
inline |
Definition at line 30 of file WidgetQuestTracker.cs.
References EMono.game, LayerDrama.Instance, item, items, layout, QuestManager.list, mold, ItemQuestTracker.quest, Game.quests, ItemQuestTracker.Refresh(), EMono.ui, and Util.
Referenced by OnActivate(), ContentQuest.OnSwitchContent(), and Recipe.ToggleTrack().
|
inlinestatic |
Definition at line 74 of file WidgetQuestTracker.cs.
References EMono.ui.
Referenced by QuestManager.Start().
|
inlinestatic |
Definition at line 82 of file WidgetQuestTracker.cs.
References EMono.game, item, QuestManager.list, Game.quests, and EMono.ui.
Referenced by HotItemWidget.OnClick().
|
static |
Definition at line 6 of file WidgetQuestTracker.cs.
Referenced by ItemQuestTracker.Kill(), OnActivate(), ContentQuest.OnSwitchContent(), and Recipe.ToggleTrack().
| List<ItemQuestTracker> WidgetQuestTracker.items |
Definition at line 8 of file WidgetQuestTracker.cs.
Referenced by ItemQuestTracker.Kill(), and Refresh().
| LayoutGroup WidgetQuestTracker.layout |
Definition at line 12 of file WidgetQuestTracker.cs.
Referenced by Refresh().
| ItemQuestTracker WidgetQuestTracker.mold |
Definition at line 10 of file WidgetQuestTracker.cs.
Referenced by Refresh().