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

pub fn send_shapeshift(pid: u16)

Send a PlayerShapeshift packet about a player.

This sends the packet to all players connected to the server. It is currently used
only to communicate werewolf states.

pid The player ID.

Returns void