Function set_attribute_base

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

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