[][src]Function tes3mp_plugin::plugin::generated::add_journal_entry

pub fn add_journal_entry(pid: u16, quest: &str, index: u16, actor_ref_id: &str)

Add a new journal item of type ENTRY to the journal changes for a player,
with a specific timestamp.

pid The player ID whose journal changes should be used.
quest The quest of the journal item.
index The quest index of the journal item.
actor_ref_id The actor refId of the journal item.

Returns void