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

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

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