TLO:AutoLogin

From the wonderful RedGuides Wiki

Holds information about the autologin profile used, or currently in use.

This TLO is added by MQ2AutoLogin

Forms

Type Member Description
AutoLogin AutoLogin Returns "AutoLogin" if loaded

Access to Types

Type Description
AutoLogin Holds the Profile type, as well as information on the current login
LoginProfile Returns specific AutoLogin profile information
Profile


Examples

/echo ${Autologin.Profile.Profile}

  • returns the profile group

/echo ${Autologin.Profile.HotKey}

  • Returns the hotkey used for the current profile, if it exists

/echo ${Autologin.Profile.Class.PureCaster}

  • Returns true if profile class is a pure caster
  • Check if autologin is active,

/echo ${AutoLogin.Active}

See also