Function set_creature_name_display_state

Source
pub fn set_creature_name_display_state(pid: u16, display_state: bool)
Expand description

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

pid The player ID.
display_state The creature name display state.

Returns void