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

pub fn add_journal_entry_with_timestamp(
    pid: u16,
    quest: &str,
    index: u16,
    actor_ref_id: &str,
    days_passed: u16,
    month: u16,
    day: u16
)

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.
the daysPassed for the journal item.
the month for the journal item.
the day of the month for the journal item.

Returns void