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

pub fn set_class_major_attribute(pid: u16, slot: u8, attr_id: i16)

Set the ID of one of the two major attributes of the custom class used by a player.

pid The player ID.
slot The slot of the major attribute (0 or 1).
attr_id The ID to use for the attribute.

Returns void