Link Search Menu Expand Document

Window_StatusParams.d overview


Table of contents


utils

Window_StatusParams (class)

Window_StatusParams

The window for displaying parameters on the status screen.

Signature

export declare class Window_StatusParams

setActor (method)

Signature

setActor(actor: Game_Actor): void

maxItems (method)

Signature

maxItems(): number

itemHeight (method)

Signature

itemHeight(): number

drawItem (method)

Signature

drawItem(index: number): void

drawItemBackground (method)

Signature

drawItemBackground(_index: number): void

_actor (property)

Signature

_actor: Game_Actor | null