ABaseQuestObjectiveWrapper class
ABaseQuestObjectiveWrapper
Inheritance
Base: AJournalEntryWrapper
Derived
QuestObjectiveWrapper, QuestSubObjectiveWrapper
Properties
| Property | Type | |
|---|---|---|
questObjective | WeakHandle<game.JournalQuestObjectiveBase> | scripted |
objectiveStatus | game.JournalEntryState | scripted |
isTracked | bool | scripted |
currentCounter | int | scripted |
totalCounter | int | scripted |
Functions
void Init(WeakHandle<game.JournalQuestObjectiveBase> questObjective, game.JournalEntryState objectiveStatus, bool isTracked, int uniqueId, int currentCounter, int totalCounter)RTTIstring GetDescription()RTTIgame.JournalEntryState GetStatus()RTTIbool IsActive()RTTIWeakHandle<game.JournalQuestObjectiveBase> GetQuestObjective()RTTIbool IsTracked()RTTIbool IsTrackedInHierarchy()RTTIstring GetCounterText()RTTI