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

pub fn set_werewolf_state(pid: u16, is_werewolf: bool)

Set the werewolf state of a player.

This changes the werewolf state recorded for that player in the server memory, but
does not by itself send a packet.

pid The player ID.
is_werewolf The new werewolf state.

Returns void