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

pub fn set_skill_damage(pid: u16, skill_id: u16, value: f64)

Set the amount of damage (as caused through the Damage Skill effect) to
a player's skill.

pid The player ID.
skill_id The skill ID.
value The amount of damage to the player's skill.

Returns void