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

pub fn set_record_damage_chop(min_damage: u16, max_damage: u16)

Set the chop damage of the temporary record stored on the server for the
currently specified record type.

min_damage The minimum damage of the record.
max_damage The maximum damage of the record.

Returns void