Skip to content

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

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_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


贡献者

暂无相关贡献者

页面历史

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