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

pub fn set_container_item_action_count_by_index(
    object_index: u16,
    item_index: u16,
    action_count: i16
)

Set the action count of the container item at a certain itemIndex in the container
changes of the object at a certain objectIndex in the object list stored on the server.

When resending a received Container packet, this allows you to correct the amount of items
removed from a container by a player when it conflicts with what other players have already
taken.

object_index The index of the object.
item_index The index of the container item.
action_count The action count.

Returns void