Function send_journal_changes

Source
pub fn send_journal_changes(
    pid: u16,
    send_to_other_players: bool,
    skip_attached_player: bool,
)
Expand description

Send a PlayerJournal packet with a player’s recorded journal changes.

pid The player ID whose journal changes should be used.
send_to_other_players Whether this packet should be sent to players other than the
player attached to the packet (false by default).
skip_attached_player Whether the packet should skip being sent to the player attached
to the packet (false by default).

Returns void