Skip to content

Window_ShopSell ⇐ Window_ItemList

Kind: global class
Extends: Window_ItemList

  • Window_ShopSell ⇐ Window_ItemList
    • new Window_ShopSell()
    • .initialize(x, y, width, height)
    • .isEnabled(item) ⇒ boolean

new Window_ShopSell()

在商店画面上的选择要出售的商品的窗口
The window for selecting an item to sell on the shop screen


window_ShopSell.initialize(x, y, width, height)

初始化商店出售窗口
Initialize the shop sell window

Kind: instance method of Window_ShopSell

ParamTypeDescription
xnumber窗口的X坐标 - The x-coordinate of the window
ynumber窗口的Y坐标 - The y-coordinate of the window
widthnumber窗口的宽度 - The width of the window
heightnumber窗口的高度 - The height of the window

window_ShopSell.isEnabled(item) ⇒ boolean

检查物品是否可出售
Check if item can be sold

Kind: instance method of Window_ShopSell
Returns: boolean - 是否可出售 - Whether can be sold

ParamTypeDescription
itemObject物品对象 - Item object

贡献者

暂无相关贡献者

页面历史

暂无最近变更历史
最近更新