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

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

Send a WorldMap packet with the current set of map changes in the write-only
worldstate.

pid The player ID attached to the packet.
broadcast Whether this packet should be sent only to the attached player
or to all players on the server.

Returns void