QuestDataWrapper class
QuestDataWrapper
Inheritance
Base: AJournalEntryWrapper
Derived
None.
Properties
| Property | Type | |
|---|---|---|
isNew | bool | scripted |
quest | WeakHandle<game.JournalQuest> | scripted |
title | string | scripted |
description | string | scripted |
questObjectives | QuestObjectiveWrapper?[] | scripted |
links | WeakHandle<game.JournalEntry>[] | scripted |
questStatus | game.JournalEntryState | scripted |
isTracked | bool | scripted |
isChildTracked | bool | scripted |
recommendedLevel | int | scripted |
district | game.data.District_Record? | scripted |
journalManager | WeakHandle<game.JournalManager> | scripted |
Functions
void Init(WeakHandle<game.JournalManager> journalManager, WeakHandle<game.JournalQuest> currQuest, string title, string description, WeakHandle<game.JournalEntry>[] links, QuestObjectiveWrapper[] questObjectives, game.JournalEntryState questStatus, bool isTracked, int uniqueId, int recommendedLevel, bool isNew, game.data.District_Record district)RTTIgame.data.District GetDistrict()RTTIgame.JournalQuestType GetType()RTTIstring GetId()RTTIWeakHandle<game.JournalQuest> GetQuest()RTTIgame.JournalEntryState GetStatus()RTTIstring GetDescription()RTTIWeakHandle<game.JournalEntry>[] GetLinks()RTTIQuestObjectiveWrapper?[] GetObjectives()RTTIstring GetTitle()RTTIint GetLevel()RTTIbool HasBriefing()RTTIstring ToString()overrideRTTIbool Equals(QuestDataWrapper questData)RTTIbool Equals(int questUniqueId)RTTIbool IsTracked()RTTIbool IsTrackedInHierarchy()RTTIbool IsOptional()RTTIbool IsNew()RTTIvoid UpdateIsNew(bool value)RTTI