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

pub fn set_record_enchantment_id_by_index(index: u16, enchantment_id: &str)

Set the enchantment id of the record at a certain index in the records stored on
the server.

When resending a received RecordsDynamic packet, this allows you to set the server-generated
enchantment id of a record without having to clear and recreate the packet.

index The index of the record.
enchantment_id The enchantment id of the record.

Returns void