Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | Refresh () |
void | OnClickClose () |
void | Kill () |
Public Attributes | |
Color | colorTitle |
Quest | quest |
UIText | text |
UIText | textTitle |
UIButton | buttonGoto |
Private Attributes | |
FastString | sb = new FastString() |
FastString | lastSb = new FastString() |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
![]() | |
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 ItemQuestTracker.cs.
|
inline |
Definition at line 89 of file ItemQuestTracker.cs.
References WidgetQuestTracker.Instance, and WidgetQuestTracker.items.
Referenced by OnClickClose(), and Refresh().
|
inline |
Definition at line 70 of file ItemQuestTracker.cs.
References EMono.game, LayerCraft.Instance, Kill(), quest, Game.quests, LayerCraft.RefreshTrackButton(), QuestManager.Remove(), and EMono.ui.
|
inline |
Definition at line 20 of file ItemQuestTracker.cs.
References EMono._map, EMono._zone, FastString.Append(), buttonGoto, Person.chara, FastString.Clear(), colorTitle, Quest.deadline, QuestDestZone.DestZone, Map.FindChara(), EMono.game, Quest.GetTitle(), Quest.GetTrackerText(), Chara.HasNoGoal, QuestDestZone.IsDeliver, Kill(), lastSb, QuestManager.list, EMono.pc, Quest.person, quest, Game.quests, sb, FastString.Set(), UIText.SetText(), text, Quest.TextDeadline, textTitle, FastString.ToString(), Quest.track, Card.uid, QuestDestZone.uidTarget, and Quest.UseInstanceZone.
Referenced by WidgetQuestTracker.Refresh().
UIButton ItemQuestTracker.buttonGoto |
Definition at line 18 of file ItemQuestTracker.cs.
Referenced by Refresh().
Color ItemQuestTracker.colorTitle |
Definition at line 10 of file ItemQuestTracker.cs.
Referenced by Refresh().
|
private |
Definition at line 8 of file ItemQuestTracker.cs.
Referenced by Refresh().
Quest ItemQuestTracker.quest |
Definition at line 12 of file ItemQuestTracker.cs.
Referenced by OnClickClose(), Refresh(), and WidgetQuestTracker.Refresh().
|
private |
Definition at line 6 of file ItemQuestTracker.cs.
Referenced by Refresh().
UIText ItemQuestTracker.text |
Definition at line 14 of file ItemQuestTracker.cs.
Referenced by Refresh().
UIText ItemQuestTracker.textTitle |
Definition at line 16 of file ItemQuestTracker.cs.
Referenced by Refresh().