JournalWrapper class
JournalWrapper
Inheritance
Base: ABaseWrapper
Derived
None.
Properties
| Property | Type | |
|---|---|---|
journalManager | WeakHandle<game.JournalManager> | scripted |
journalContext | game.JournalRequestContext | scripted |
journalSubQuestContext | game.JournalRequestContext | scripted |
listOfJournalEntries | WeakHandle<game.JournalEntry>[] | scripted |
gameInstance | ScriptGameInstance | scripted |
Functions
void Init(ScriptGameInstance gameInstance)RTTIWeakHandle<game.JournalManager> GetJournalManager()RTTIQuestDataWrapper? BuildQuestData(WeakHandle<game.JournalQuest> currQuest)RTTIWeakHandle<game.JournalEntry> GetTrackedEntry()RTTIbool GetTrackingStatus(WeakHandle<game.JournalEntry> entry)RTTIvoid SetTracking(WeakHandle<game.JournalEntry> entry)RTTIvoid SetVisited(WeakHandle<game.JournalEntry> entry)RTTIbool IsVisited(WeakHandle<game.JournalEntry> entry)RTTIQuestDataWrapper? UpdateQuestData(QuestDataWrapper toUpdate)RTTIint GetEntryHash(WeakHandle<game.JournalEntry> entry)RTTI