Function set_attribute_damage

Source
pub fn set_attribute_damage(pid: u16, attribute_id: u16, value: f64)
Expand description

Set the amount of damage (as caused through the Damage Attribute effect) to
a player’s attribute.

pid The player ID.
attribute_id The attribute ID.
value The amount of damage to the player’s attribute.

Returns void