Extends
Methods
Adds a method and any accompanying parameters to the list of methods that need to be called. The method needs to be a member of this object, and the parameters must be applicable to the method.
Name | Type | Description |
---|---|---|
methodName |
K |
The name of a method to call. |
args |
unknown |
The arguments to pass to the method, if any. |
Returns:
Type | Description |
---|---|
unknown |
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). |