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);
Methods to interact with the gametabs.
function TRSGameTabs.Open(tab: ERSGameTab): Boolean;
Opens the specified Tab
.
Example:
WriteLn GameTabs.Open(ERSGameTab.INVENTORY);