Window_ShopCommand ⇐ Window_HorzCommand
Kind: global class
Extends: Window_HorzCommand
- Window_ShopCommand ⇐
Window_HorzCommand- new Window_ShopCommand()
- .initialize(width, purchaseOnly)
- .windowWidth() ⇒
number - .maxCols() ⇒
number - .makeCommandList()
new Window_ShopCommand()
在商店画面上的选择购买/出售的窗口
The window for selecting buy/sell on the shop screen
window_ShopCommand.initialize(width, purchaseOnly)
初始化商店指令窗口
Initialize the shop command window
Kind: instance method of Window_ShopCommand
| Param | Type | Description |
|---|---|---|
| width | number | 窗口宽度 - Window width |
| purchaseOnly | boolean | 是否仅购买 - Whether purchase only |
window_ShopCommand.windowWidth() ⇒ number
获取窗口宽度
Get window width
Kind: instance method of Window_ShopCommand
Returns: number - 窗口宽度 - Window width
window_ShopCommand.maxCols() ⇒ number
获取最大列数
Get maximum number of columns
Kind: instance method of Window_ShopCommand
Returns: number - 最大列数 - Maximum number of columns
window_ShopCommand.makeCommandList()
制作指令列表
Make command list
Kind: instance method of Window_ShopCommand
贡献者
暂无相关贡献者
页面历史
暂无最近变更历史