DataType:charselectlist
Data related to the character select list
This Data Type is added by core MacroQuest.
charselectlist is used as a return type by these members: [ Toggle ]
Page | Member | Description |
---|---|---|
everquest | CharSelectList[#] | Access the CharSelectList members. # is the index of the specific character. |
Members
Type | Member | Description |
---|---|---|
int | Count | Number of characters in the list. See below for usage. |
Level | Level of specified character | |
ZoneID | Zone ID of specified character | |
string | Class | Class of specified character |
Name | Name of specified character | |
Race | Race of specified character |
Examples
/echo ${EverQuest.CharSelectList[1].Name}
/echo ${EverQuest.CharSelectList[1].Count}
(Yes I know it should be ${EverQuest.CharSelectList.Count} but just work with it like that. It will still return the count of all characters in the list.)