Function factorio_bot_restapi::restapi::remove_from_inventory
source · [−]pub async fn remove_from_inventory(
instance_state: &State<SharedFactorioInstance>,
player_id: PlayerId,
entity_name: String,
entity_position: String,
inventory_type: u32,
item_name: String,
item_count: u32
) -> RestApiResult<FactorioPlayer>
Expand description
Remove items from inventory