Function set_name

Source
pub fn set_name(pid: u16, name: &str)
Expand description

Set the name of a player.

pid The player ID.
name The new name of the player.

Returns void