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

pub fn get_journal_item_type(pid: u16, index: u16) -> i16

Get the journal item type at a certain index in a player's latest journal changes.

pid The player ID whose journal changes should be used.
index The index of the journalItem.

Returns the type (0 for ENTRY, 1 for INDEX).