Skip to main content
Skip to main content

ShopCategoriesFrame

ShopCategoriesFrame

Description

Shop categories frame for the in-game menu shop. Displays categories/brands or purchasable items in a tile-layout.

Parent

TabbedMenuFrameElement

Functions

register

Description

Creates an instance of this frame, and loads the associated XML file

Definition

register()

Code

function ShopCategoriesFrame.register()
local shopCategoriesFrame = ShopCategoriesFrame.new()
g_gui:loadGui( "dataS/gui/ShopCategoriesFrame.xml" , "ShopCategoriesFrame" , shopCategoriesFrame, true )
end