Method AddCustomJournalEntry
AddCustomJournalEntry(JournalEntry, bool)
Adds/updates a journal entry.
public int AddCustomJournalEntry(JournalEntry entryData, bool silentUpdate = false)
Parameters
entryDataJournalEntryThe new/updated journal entry.
silentUpdateboolfalse = Notify player via sound effects and feedback message, true = Suppress sound effects and feedback message
Returns
- int
A positive number to indicate the new amount of journal entries on the player, -1 on an error.