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

pub fn set_class_desc(pid: u16, desc: &str)

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

pid The player ID.
desc The description of the custom class.

Returns void