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

pub fn send_world_region_authority(pid: u16)

Send a WorldRegionAuthority packet establishing a certain player as the only one who
should process certain region-specific events (such as weather changes).

It is always sent to all players.

pid The player ID attached to the packet.

Returns void