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

pub fn set_class_major_skill(pid: u16, slot: u8, skill_id: i16)

Set the ID of one of the five major skills of the custom class used by a player.

pid The player ID.
slot The slot of the major skill (0 to 4).
skill_id The ID to use for the skill.

Returns void