# GameTabs Methods to interact with the gametabs. - - - ## GameTabs.Open() ```pascal function TRSGameTabs.Open(Tab: ERSGameTab): Boolean; ``` Opens the specified `Tab`. Example: ```pascal WriteLn GameTabs.Open(ERSGameTab.INVENTORY); ```