DataType:LoginProfile
Returns specific AutoLogin profile information
This Data Type is referenced in MQ2AutoLogin, and accessed by Top-Level Object(s): AutoLogin
LoginProfile is used as a return type by these members: [ Toggle ]
Page | Member | Description |
---|---|---|
AutoLogin | Profile | Displays autlogin profile information. Also able to access specific LoginProfile members |
Members
Type | Member | Description |
---|---|---|
class | Class | The class short name of the current autologin profile, also access class type members. |
int | Level | The level of the current autologin profile |
string | Account | The account name for the current autologin profile |
Character | The character name set for the current autologin profile | |
HotKey | The hotkey for the current autologin profile | |
Profile | The profile group for the current autologin profile | |
Server | The server for the current autologin 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