TInterfaceArea.IsOpen

function TInterfaceArea.IsOpen(interfaceType: EInterfaceType = EInterfaceType.ANY): Boolean;

Returns True/False if any interface is found open.


TInterfaceArea.GetCloseButton

function TInterfaceArea.GetCloseButton(): TGameButton;

Attempts to close any open interface found.


TInterfaceArea.Close

function TInterfaceArea.ClickClose(pressEscape: Boolean = False): Boolean;
function TInterfaceArea.Close(pressEscape: Boolean): Boolean;

Attempts to close any open interface found.


TInterfaceArea.Setup

procedure TInterfaceArea.Setup(); override;

Initializes TInterfaceArea. This is called automatically for you.


TInterfaceArea.SetupAlignment

procedure TInterfaceArea.SetupAlignment(); overload;

Initializes TInterfaceArea coordinates. This is automatically called for you.