Skip to content
servasat edited this page May 30, 2011 · 10 revisions

new_auction

synopsis

new_auction user_id resource_id amount price duration

example

{
  command: 'new_auction', 
  data: { 
    auction_id: 53,
    user_id: 3,
    resource_id: 5,
    amount: 10,
    price: 500,
    timeleft_sec: 998
  }
}

See also

Client API

Clone this wiki locally