QuestTrackerGameController class
QuestTrackerGameController
Inheritance
Base: game.ui.HUDGameController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
questTrackerContainer | ink.WidgetReference | scripted |
QuestTitle | ink.TextWidgetReference | scripted |
ObjectiveContainer | ink.CompoundWidgetReference | scripted |
TrackedMappinTitle | ink.TextWidgetReference | scripted |
TrackedMappinContainer | ink.WidgetReference | scripted |
TrackedMappinObjectiveContainer | ink.CompoundWidgetReference | scripted |
player | WeakHandle<game.Object> | scripted |
mappinSystem | WeakHandle<game.map.pins.MappinSystem> | scripted |
journalManager | WeakHandle<game.JournalManager> | scripted |
bufferedEntry | WeakHandle<game.JournalQuestObjective> | scripted |
bufferedPhase | WeakHandle<game.JournalQuestPhase> | scripted |
bufferedQuest | WeakHandle<game.JournalQuest> | scripted |
root | WeakHandle<ink.Widget> | scripted |
blackboard | WeakHandle<game.IBlackboard> | scripted |
uiSystemBB | UI_SystemDef? | scripted |
uiSystemId | red.CallbackObject? | scripted |
trackedMappinId | red.CallbackObject? | scripted |
trackedMappinSpawnRequest | WeakHandle<ink.AsyncSpawnRequest> | scripted |
currentMappin | WeakHandle<game.map.pins.IMappin> | scripted |
Functions
bool OnInitialize()RTTIbool OnUninitialize()RTTIbool OnStateChanges(uint hash, CName className, game.JournalNotifyOption notifyOption, game.JournalChangeType changeType)RTTIbool OnTrackedEntryChanges(uint hash, CName className, game.JournalNotifyOption notifyOption, game.JournalChangeType changeType)RTTIbool OnCounterChanged(uint hash, CName className, game.JournalNotifyOption notifyOption, game.JournalChangeType changeType)RTTIbool OnObjectiveIsOptionalChanged(uint hash, CName className, game.JournalNotifyOption notifyOption, game.JournalChangeType changeType)RTTIbool OnMenuUpdate(bool value)RTTIbool OnTrackedMappinUpdated(string value)RTTIbool OnTrackedMappinSpawned(ink.Widget newItem, IScriptable userData)RTTIvoid SortObjectiveListByTimestamp(WeakHandle<game.JournalEntry>[] sortedObjectives)RTTIvoid UpdateTrackerData()RTTIbool OnTrackedQuestPhaseUpdateRequest(TrackedQuestPhaseUpdateRequest evt)RTTI