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

pub fn resurrect(pid: u16, _type: u16)

Send a PlayerResurrect packet about a player.

This sends the packet to all players connected to the server.

pid The player ID.
_type The type of resurrection (0 for REGULAR, 1 for IMPERIAL_SHRINE,
2 for TRIBUNAL_TEMPLE).

Returns void