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

pub fn get_journal_item_actor_ref_id(pid: u16, index: u16) -> String

Get the actor refId at a certain index in a player's latest journal changes.

Every journal change has an associated actor, which is usually the quest giver.

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

Returns the actor refId.