Class: Window_StatusBase

Window_StatusBase

Window_StatusBase

The superclass of windows for displaying actor status.

Extends

Inherited Methods

From class Window_Base

changeOutlineColor (color) void inherited

Window_Base.d.ts:79

Changes the outline color for this window.

Name Type Description
color string

The color of the outline in CSS format.

changeTextColor (color) void inherited

Window_Base.d.ts:72

Changes the text color for this window.

Name Type Description
color string

The color of the text in CSS format.

systemColor () string inherited

Window_Base.d.ts:64

The returned string is a color in hexadecimal format.

Returns:
Type Description
string Pixel color (hex format).