Class: Window_SkillStatus

Window_SkillStatus

Window_SkillStatus

The window for displaying the skill user's status on the skill screen.

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).