Function set_player_as_object

Source
pub fn set_player_as_object(pid: u16)
Expand description

Set a player as the object in the temporary object stored on the server.
Currently only used for ConsoleCommand packets.

pid The pid of the player.

Returns void