Function set_class_name

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

Set the name of the custom class used by a player.

pid The player ID.
name The name of the custom class.

Returns void