Function is_werewolf

Source
pub fn is_werewolf(pid: u16) -> bool
Expand description

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.