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

pub fn send_world_time(
    pid: u16,
    send_to_other_players: bool,
    skip_attached_player: bool
)

Send a WorldTime packet with the current time and time scale in the write-only
worldstate.

pid The player ID attached to the packet.
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