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
| Param | Type | Description |
|---|---|---|
| x | number | 窗口的X坐标 - The x-coordinate of the window |
| y | number | 窗口的Y坐标 - The y-coordinate of the window |
| width | number | 窗口的宽度 - The width of the window |
| height | number | 窗口的高度 - 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
| Param | Type | Description |
|---|---|---|
| item | Object | 物品对象 - Item object |
贡献者
暂无相关贡献者
页面历史
暂无最近变更历史