Table of Contents

Method GetJournalEntry

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetJournalEntry(string)

Gets an existing journal entry with the specified quest tag.

public JournalEntry? GetJournalEntry(string questTag)

Parameters

questTag string

The 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.