Function screeps::game::market::extend_order

source ·
pub fn extend_order(
    order_id: &JsString,
    add_amount: u32
) -> Result<(), ErrorCode>
Expand description

Adds more capacity to one of your existing orders, offering or requesting more of the resource and incurring additional fees.

Screeps documentation