lib\shop.lua
| (?) | PublicNamespace.CreateNamespace | ( ) |
| (?) | Shop.getBuyPrice | ( price ) |
| (?) | Shop:add | ( item_in, amount ) |
| (?) | Shop:addFront | ( item_in, amount ) |
| (?) | Shop:buildBuyBackGui | ( tab ) |
| (?) | Shop:buildBuyGui | ( tab ) |
| (?) | Shop:buildGui | ( window, guiType ) |
| (?) | Shop:buildSellGui | ( tab ) |
| (?) | Shop:buyFromPlayer | ( itemIndex ) |
| (?) | Shop:buyTrashFromPlayer | ( ) |
| (?) | Shop:getNumBuybackItems | ( ) |
| (?) | Shop:getNumSoldItems | ( ) |
| (?) | Shop:getSellPriceAndTax | ( price, stationFaction, buyerFaction ) |
| (?) | Shop:getSoldItemPrice | ( index ) |
| (?) | Shop:getTax | ( ) |
| (?) | Shop:initUI | ( interactionCaption, windowCaption, tabCaption ) |
| (?) | Shop:initialize | ( title ) |
| (?) | Shop:onBuyButtonPressed | ( button ) |
| (?) | Shop:onBuybackButtonPressed | ( button ) |
| (?) | Shop:onLeftButtonPressed | ( ) |
| (?) | Shop:onRightButtonPressed | ( ) |
| (?) | Shop:onSellButtonPressed | ( button ) |
| (?) | Shop:onSellTrashButtonPressed | ( button ) |
| (?) | Shop:onShowWindow | ( ) |
| (?) | Shop:rebuildTables | ( ) |
| (?) | Shop:receiveSoldItems | ( sold, buyback ) |
| (?) | Shop:renderUI | ( ) |
| (?) | Shop:requestItems | ( ) |
| (?) | Shop:sellBackToPlayer | ( itemIndex ) |
| (?) | Shop:sellToPlayer | ( itemIndex ) |
| (?) | Shop:sendItems | ( playerIndex ) |
| (?) | Shop:updateBoughtItem | ( index, stock ) |
| (?) | Shop:updateBuyGui | ( ) |
| (?) | Shop:updateBuybackGui | ( ) |
| (?) | Shop:updatePlayerItems | ( ) |
| (?) | Shop:updateSellGui | ( ) |