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

pub fn set_creature_name_display_state(pid: u16, display_state: bool)

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