Link Search Menu Expand Document

Window_Status.d overview


Table of contents


utils

Window_Status (class)

Window_Status

The window for displaying full status on the status screen.

Signature

export declare class Window_Status {
  constructor(rect: Rectangle)
}

setActor (method)

Signature

setActor(actor: Game_Actor): void

refresh (method)

Signature

refresh(): void

drawBlock1 (method)

Signature

drawBlock1(): void

block1Y (method)

Signature

block1Y(): number

drawBlock2 (method)

Signature

drawBlock2(): void

block2Y (method)

Signature

block2Y(): number

drawBasicInfo (method)

Signature

drawBasicInfo(x: number, y: number): void

drawExpInfo (method)

Signature

drawExpInfo(x: number, y: number): void

expTotalValue (method)

Signature

expTotalValue(): number | "-------"

expNextValue (method)

Signature

expNextValue(): number | "-------"

_actor (property)

Signature

_actor: Game_Actor | null