AutoLogin¶
Returns "AutoLogin" string when plugin is loaded, provides access to AutoLogin functionality.
Forms¶
AutoLogin AutoLogin¶
- Returns "AutoLogin" string when plugin is loaded
Associated DataTypes¶
AutoLogin¶
- Datatype providing access to AutoLogin status and profile information.
-
Members
bool
Active¶- True when actively performing automated login
LoginProfile
Profile¶- Displays autologin profile information, also provides access to current profile information (LoginProfile type)
LoginProfile¶
- Datatype providing access to AutoLogin profile information.
-
Members
string
Account¶- Account name associated with the profile
string
Character¶- Character name from the profile
string
Server¶- Server name from the profile
string
Profile¶- Profile group name (if part of a profile group)
string
HotKey¶- Hotkey assigned to the profile (if any)
class
Class¶- Character's class as shortname, also provides access to class type members.
int
Level¶- Character's level
string
CustomCharacterIni¶- Custom client INI file path if specified in the profile
string
ToString¶- Returns formatted profile info as "Profile: Character (Server)"
Example¶
/echo ${AutoLogin} # Outputs "AutoLogin"