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

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

Add a new journal item of type INDEX to the journal changes for a player.

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.

Returns void