Constructors

Properties

active: boolean
buy_select: BuySelectMenu
buy_select_pos: {
    index: number;
    is_last: boolean;
    page: number;
    should_change: boolean;
}

Type declaration

  • index: number
  • is_last: boolean
  • page: number
  • should_change: boolean
char_display: CharsMenu
close_callback: Function
data: GoldenSun
eq_compare: EquipCompare
game: Game
is_artifacts_menu: boolean
item_desc_win: Window
item_list: {
    [key_name: string]: ShopItem;
}

Type declaration

item_price_win: Window
npc_dialog: ShopkeepDialog
old_item: Item
parent: ShopMenu
selected_char_index: number
selected_character: MainChar
selected_item: ShopItem
yesno_action: YesNoMenu
your_coins_win: Window

Methods