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

pub fn set_creature_ref_id(pid: u16, ref_id: &str)

Set the refId of the creature a player is disguised as.

This changes the creature refId recorded for that player in the server memory, but
does not by itself send a packet.

pid The player ID.
ref_id The creature refId.
displays_creature_name Whether the player's name appears as that of the creature
when hovered over by others.

Returns void