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

pub fn get_container_item_enchantment_charge(
    object_index: u16,
    item_index: u16
) -> f64

Get the enchantment charge of the container item at a certain itemIndex in the container changes
of the object at a certain objectIndex in the read object list.

object_index The index of the object.
item_index The index of the container item.

Returns the enchantment charge.