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

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

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

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

Returns void