Method GetJournalEntry
GetJournalEntry(string)
Gets an existing journal entry with the specified quest tag.
public JournalEntry? GetJournalEntry(string questTag)
Parameters
questTagstringThe quest tag you wish to get the journal entry for.
Returns
- JournalEntry
A JournalEntry structure containing the journal entry data, null if an entry with the specified tag cannot be found.