Function screeps::game::market::orders

source ·
pub fn orders() -> JsHashMap<String, MyOrder>
Expand description

An Object with your current buy and sell orders on the market, with order ID JsString keys and MyOrder values.

Screeps documentation