Window_SkillType.d overview
Table of contents
utils
Window_SkillType (class)
Window_SkillType
The window for selecting a skill type on the skill screen.
Signature
export declare class Window_SkillType
setActor (method)
Signature
setActor(actor: Game_Actor): void
makeCommandList (method)
Signature
makeCommandList(): void
update (method)
Signature
update(): void
setSkillWindow (method)
Signature
setSkillWindow(skillWindow: Window_SkillList): void
selectLast (method)
Signature
selectLast(): void
_actor (property)
Signature
_actor: Game_Actor | null
_skillWindow (property)
Signature
_skillWindow: Window_SkillList | undefined