Window_Status ⇐ Window_Selectable
Kind: global class
Extends: Window_Selectable
- Window_Status ⇐
Window_Selectable- new Window_Status()
- .initialize()
- .setActor(actor)
- .refresh()
- .drawBlock1(y)
- .drawBlock2(y)
- .drawBlock3(y)
- .drawBlock4(y)
- .drawHorzLine(y)
- .lineColor() ⇒
string - .drawBasicInfo(x, y)
- .drawParameters(x, y)
- .drawExpInfo(x, y)
- .drawEquipments(x, y)
- .drawProfile(x, y)
- .maxEquipmentLines() ⇒
number
new Window_Status()
窗口_状态 / Window_Status
在状态画面上的显示完整状态的窗口 / The window for displaying full status on the status screen.
window_Status.initialize()
初始化 / Initialize
Kind: instance method of Window_Status
window_Status.setActor(actor)
设置角色 / Set Actor
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| actor | Game_Actor | 要设置的角色对象 / The actor object to set |
window_Status.refresh()
刷新 / Refresh
Kind: instance method of Window_Status
window_Status.drawBlock1(y)
绘制块 1 / Draw Block 1
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| y | number | y 坐标 / The y coordinate |
window_Status.drawBlock2(y)
绘制块 2 / Draw Block 2
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| y | number | y 坐标 / The y coordinate |
window_Status.drawBlock3(y)
绘制块 3 / Draw Block 3
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| y | number | y 坐标 / The y coordinate |
window_Status.drawBlock4(y)
绘制块 4 / Draw Block 4
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| y | number | y 坐标 / The y coordinate |
window_Status.drawHorzLine(y)
绘制水平线 / Draw Horizontal Line
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| y | number | y 坐标 / The y coordinate |
window_Status.lineColor() ⇒ string
线颜色 / Line Color
Kind: instance method of Window_Status
Returns: string - 线条颜色 / The line color
window_Status.drawBasicInfo(x, y)
绘制基本信息 / Draw Basic Info
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| x | number | x 坐标 / The x coordinate |
| y | number | y 坐标 / The y coordinate |
window_Status.drawParameters(x, y)
绘制能力值 / Draw Parameters
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| x | number | x 坐标 / The x coordinate |
| y | number | y 坐标 / The y coordinate |
window_Status.drawExpInfo(x, y)
绘制经验信息 / Draw Experience Info
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| x | number | x 坐标 / The x coordinate |
| y | number | y 坐标 / The y coordinate |
window_Status.drawEquipments(x, y)
绘制装备 / Draw Equipments
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| x | number | x 坐标 / The x coordinate |
| y | number | y 坐标 / The y coordinate |
window_Status.drawProfile(x, y)
绘制简介 / Draw Profile
Kind: instance method of Window_Status
| Param | Type | Description |
|---|---|---|
| x | number | x 坐标 / The x coordinate |
| y | number | y 坐标 / The y coordinate |
window_Status.maxEquipmentLines() ⇒ number
最大装备行 / Maximum Equipment Lines
Kind: instance method of Window_Status
Returns: number - 最大装备行数 / The maximum number of equipment lines