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

pub fn get_creature_name_display_state(pid: u16) -> bool

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.