GameTabs

Methods to interact with the gametabs.


GameTabs.Open()

function TRSGameTabs.Open(Tab: ERSGameTab): Boolean;

Opens the specified Tab.

Example:

WriteLn GameTabs.Open(ERSGameTab.INVENTORY);