Link Search Menu Expand Document

Window_BattleActor.d overview


Table of contents


utils

Window_BattleActor (class)

Window_BattleActor

The window for selecting a target actor on the battle screen.

Signature

export declare class Window_BattleActor {
  constructor(rect: Rectangle)
}

show (method)

Signature

show(): void

hide (method)

Signature

hide(): void

select (method)

Signature

select(index: number): void

processTouch (method)

Signature

processTouch(): void