GameTabs¶
Methods to interact with the gametabs.
GameTabs.Open()¶
function TGameTabs.Open(tab: EGameTab): Boolean;
Opens the specified Tab.
Example:
WriteLn GameTabs.Open(EGameTab.INVENTORY);
Methods to interact with the gametabs.
function TGameTabs.Open(tab: EGameTab): Boolean;
Opens the specified Tab.
Example:
WriteLn GameTabs.Open(EGameTab.INVENTORY);