Function get_creature_name_display_state

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

Check whether a player’s name is replaced by that of the creature they are
disguised as when other players hover over them.

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

pid The player ID.

Returns the creature name display state.