Package-level declarations
Types
Represents a page in the RebarGuide.
Represents a GuidePage with multiple pages When building your PagedGui add a page change handler using saveCurrentPage to remember page changes After constructing your PagedGui, use loadCurrentPage to set the correct page for the player
A page that allows a collection of things (specified by getItemNamePairs to be searched.
A simple page that just displays an arbitrary number of items with a header. For example, the research page just displays all the researches for a given addon, with next/previous page buttons and a header.
A guide page which has a fixed set of buttons. Do not use this if the buttons on the page will ever need to change.
Represents a GuidePage with multiple tabs When building your TabGui add a page change handler using saveCurrentTab to remember page changes After constructing your TabGui, use loadCurrentTab to set the correct page for the player