pub fn get_attribute_damage(pid: u16, attribute_id: u16) -> f64Expand description
Get 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.
Returns the amount of damage to the attribute.