XPBar

XPBar related methods


XPBar.Find

function TRSXPBar.Find: Boolean;

Searches for the XP bar in the top right of the mainscreen. If found the bounds will be updated and True will be returned.


XPBar.IsOpen

function TRSXPBar.IsOpen: Boolean;

Returns true is the XPBar is open.


XPBar.IsOpen (overload)

function TRSXPBar.IsOpen(Time: Int32): Boolean;

Waits up to Time for the XP bar to be open.


XPBar.Find

function TRSXPBar.IsClosed(Time: Int32): Boolean;

Waits up to Time for the XP bar to be closed.


XPBar.Toggle

Opens or closes the XP bar.


XPBar.Read

Opens the XP bar if needed and returns the current total.