Window_BattleSkill ⇐ Window_SkillList
Kind: global class
Extends: Window_SkillList
- Window_BattleSkill ⇐
Window_SkillList- new Window_BattleSkill()
- .initialize(x, y, width, height)
- .show()
- .hide()
new Window_BattleSkill()
战斗画面上的技能选择窗口类
Window for selecting a skill to use on the battle screen
window_BattleSkill.initialize(x, y, width, height)
初始化战斗技能窗口
Initialize the battle skill window
Kind: instance method of Window_BattleSkill
| 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_BattleSkill.show()
显示战斗技能窗口
Show the battle skill window
Kind: instance method of Window_BattleSkill
window_BattleSkill.hide()
隐藏战斗技能窗口
Hide the battle skill window
Kind: instance method of Window_BattleSkill
贡献者
暂无相关贡献者
页面历史
暂无最近变更历史