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

pub fn is_werewolf(pid: u16) -> bool

Check whether a player is a werewolf.

This is based on the last PlayerShapeshift packet received or sent for that player.

pid The player ID.

Returns the werewolf state.