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

pub fn set_attribute_base(pid: u16, attribute_id: u16, value: i16)

Set the base value of a player's attribute.

pid The player ID.
attribute_id The attribute ID.
value The new base value of the player's attribute.

Returns void