Scene_Shop.d overview
Table of contents
- utils
- Scene_Shop (class)
- prepare (method)
- create (method)
- createGoldWindow (method)
- goldWindowRect (method)
- createCommandWindow (method)
- commandWindowRect (method)
- createDummyWindow (method)
- dummyWindowRect (method)
- createNumberWindow (method)
- numberWindowRect (method)
- createStatusWindow (method)
- statusWindowRect (method)
- createBuyWindow (method)
- buyWindowRect (method)
- createCategoryWindow (method)
- categoryWindowRect (method)
- createSellWindow (method)
- sellWindowRect (method)
- statusWidth (method)
- activateBuyWindow (method)
- activateSellWindow (method)
- commandBuy (method)
- commandSell (method)
- onBuyOk (method)
- onBuyCancel (method)
- onCategoryOk (method)
- onCategoryCancel (method)
- onSellOk (method)
- onSellCancel (method)
- onNumberOk (method)
- onNumberCancel (method)
- doBuy (method)
- doSell (method)
- endNumberInput (method)
- maxBuy (method)
- maxSell (method)
- money (method)
- currencyUnit (method)
- buyingPrice (method)
- sellingPrice (method)
- _goldWindow (property)
- _commandWindow (property)
- _dummyWindow (property)
- _numberWindow (property)
- _statusWindow (property)
- _buyWindow (property)
- _sellWindow (property)
- _categoryWindow (property)
- _goods (property)
- _purchaseOnly (property)
- _item (property)
- Scene_Shop (class)
utils
Scene_Shop (class)
Signature
export declare class Scene_Shop
prepare (method)
Signature
prepare(goods: ShopGoods[], purchaseOnly: boolean): void
create (method)
Signature
create(): void
createGoldWindow (method)
Signature
createGoldWindow(): void
goldWindowRect (method)
Signature
goldWindowRect(): Rectangle
createCommandWindow (method)
Signature
createCommandWindow(): void
commandWindowRect (method)
Signature
commandWindowRect(): Rectangle
createDummyWindow (method)
Signature
createDummyWindow(): void
dummyWindowRect (method)
Signature
dummyWindowRect(): Rectangle
createNumberWindow (method)
Signature
createNumberWindow(): void
numberWindowRect (method)
Signature
numberWindowRect(): Rectangle
createStatusWindow (method)
Signature
createStatusWindow(): void
statusWindowRect (method)
Signature
statusWindowRect(): Rectangle
createBuyWindow (method)
Signature
createBuyWindow(): void
buyWindowRect (method)
Signature
buyWindowRect(): Rectangle
createCategoryWindow (method)
Signature
createCategoryWindow(): void
categoryWindowRect (method)
Signature
categoryWindowRect(): Rectangle
createSellWindow (method)
Signature
createSellWindow(): void
sellWindowRect (method)
Signature
sellWindowRect(): Rectangle
statusWidth (method)
Signature
statusWidth(): number
activateBuyWindow (method)
Signature
activateBuyWindow(): void
activateSellWindow (method)
Signature
activateSellWindow(): void
commandBuy (method)
Signature
commandBuy(): void
commandSell (method)
Signature
commandSell(): void
onBuyOk (method)
Signature
onBuyOk(): void
onBuyCancel (method)
Signature
onBuyCancel(): void
onCategoryOk (method)
Signature
onCategoryOk(): void
onCategoryCancel (method)
Signature
onCategoryCancel(): void
onSellOk (method)
Signature
onSellOk(): void
onSellCancel (method)
Signature
onSellCancel(): void
onNumberOk (method)
Signature
onNumberOk(): void
onNumberCancel (method)
Signature
onNumberCancel(): void
doBuy (method)
Signature
doBuy(number: number): void
doSell (method)
Signature
doSell(number: number): void
endNumberInput (method)
Signature
endNumberInput(): void
maxBuy (method)
Signature
maxBuy(): number
maxSell (method)
Signature
maxSell(): number
money (method)
Signature
money(): number
currencyUnit (method)
Signature
currencyUnit(): string
buyingPrice (method)
Signature
buyingPrice(): number
sellingPrice (method)
Signature
sellingPrice(): number
_goldWindow (property)
Signature
_goldWindow: Window_Gold
_commandWindow (property)
Signature
_commandWindow: Window_ShopCommand
_dummyWindow (property)
Signature
_dummyWindow: Window_Base
_numberWindow (property)
Signature
_numberWindow: Window_ShopNumber
_statusWindow (property)
Signature
_statusWindow: Window_ShopStatus
_buyWindow (property)
Signature
_buyWindow: Window_ShopBuy
_sellWindow (property)
Signature
_sellWindow: Window_ShopSell
_categoryWindow (property)
Signature
_categoryWindow: Window_ItemCategory
_goods (property)
Signature
_goods: ([0, number, 1, number] | [0, number, 0, undefined] | [1, number, 1, number] | [1, number, 0, undefined] | [2, number, 1, number] | [2, number, 0, undefined])[]
_purchaseOnly (property)
Signature
_purchaseOnly: boolean
_item (property)
Signature
_item: DataPricedItemBase | null