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

pub fn set_wilderness_rest_allowed(pid: u16, state: bool)

Set whether resting in the wilderness is allowed for a player.

This changes the resting permission for that player in the server memory, but does not
by itself send a packet.

pid The player ID.
state The resting permission state.

Returns void