Home
last modified time | relevance | path

Searched refs:less_or_more (Results 1 – 8 of 8) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/shop/
H A Dshop_confirm.h205 bool ChangeBuyQuantity(bool less_or_more, uint32 amount = 1);
215 bool ChangeSellQuantity(bool less_or_more, uint32 amount = 1);
H A Dshop_confirm.cpp622 bool ConfirmInterface::ChangeBuyQuantity(bool less_or_more, uint32 amount) { in ChangeBuyQuantity() argument
626 if (_buy_list_display->ChangeBuyQuantity(less_or_more, amount) == false) { in ChangeBuyQuantity()
645 bool ConfirmInterface::ChangeSellQuantity(bool less_or_more, uint32 amount) { in ChangeSellQuantity() argument
649 if (_sell_list_display->ChangeSellQuantity(less_or_more, amount) == false) { in ChangeSellQuantity()
H A Dshop_sell.h187 bool ChangeSellQuantity(bool less_or_more, uint32 amount = 1);
H A Dshop_buy.h170 bool ChangeBuyQuantity(bool less_or_more, uint32 amount = 1);
H A Dshop_sell.cpp526 bool SellListDisplay::ChangeSellQuantity(bool less_or_more, uint32 amount) { in ChangeSellQuantity() argument
537 if (less_or_more == false) { in ChangeSellQuantity()
H A Dshop_buy.cpp507 bool BuyListDisplay::ChangeBuyQuantity(bool less_or_more, uint32 amount) { in ChangeBuyQuantity() argument
518 if (less_or_more == false) { in ChangeBuyQuantity()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/shop/
H A Dshop_trade.h168 bool ChangeTradeQuantity(bool less_or_more, uint32_t amount = 1);
H A Dshop_buy.h172 bool ChangeBuyQuantity(bool less_or_more, uint32_t amount = 1);