Window_SkillStatus ⇐ Window_Base
Kind: global class
Extends: Window_Base
- Window_SkillStatus ⇐
Window_Base- new Window_SkillStatus()
- .initialize(x, y, width, height)
- .setActor(actor)
- .refresh()
new Window_SkillStatus()
窗口_技能状态 / Window_SkillStatus
在技能画面上的显示技能使用者状态的窗口 / The window for displaying the skill user's status on the skill screen.
window_SkillStatus.initialize(x, y, width, height)
初始化 / Initialize
Kind: instance method of Window_SkillStatus
| 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_SkillStatus.setActor(actor)
设置角色 / Set Actor
Kind: instance method of Window_SkillStatus
| Param | Type | Description |
|---|---|---|
| actor | Game_Actor | 要设置的角色对象 / The actor object to set |
window_SkillStatus.refresh()
刷新 / Refresh
Kind: instance method of Window_SkillStatus
贡献者
暂无相关贡献者
页面历史
暂无最近变更历史