Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

GetARStatus

Returns reconnector state (for current character): True = enabled, False = disabled

Pascal Syntax:

function GetARStatus : Boolean;

Pascal Example:

if not GetARStatus then
  SetARStatus(True);

Python Syntax:

def GetARStatus(): --> boolean