ABaseQuestObjectiveWrapper
Base: AJournalEntryWrapper
QuestObjectiveWrapper, QuestSubObjectiveWrapper
| Property | Type | |
|---|---|---|
questObjective | WeakHandle<game.JournalQuestObjectiveBase> | scripted |
objectiveStatus | game.JournalEntryState | scripted |
isTracked | bool | scripted |
currentCounter | int | scripted |
totalCounter | int | scripted |
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