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

pub fn set_default_class(pid: u16, id: &str)

Set the default class used by a player.

If this is left blank, the custom class data set for the player will be used instead.

pid The player ID.
id The ID of the default class.

Returns void