class¶
Data about a particular character class
Members¶
bool CanCast¶
- Can cast spells, including Bard
bool ClericType¶
- True if class is a Cleric or Paladin
bool DruidType¶
- True if class is a Druid or Ranger
bool HealerType¶
- True if class is a Healer (Cleric, Druid or Shaman)
int ID¶
- The class numeric ID
bool MercType¶
- True if class is Mercenary
string Name¶
- The full name of the class. Ex: "Ranger"
bool NecromancerType¶
- True if class is a Necromancer or Shadow Knight
bool PetClass¶
- True if class is a pet class (Shaman, Necromancer, Mage or Beastlord)
bool PureCaster¶
- True if class is a pure caster (Cleric, Druid, Shaman, Necromancer, Wizard, Mage or Enchanter)
bool ShamanType¶
- True if class is Shaman or Beastlord
string ShortName¶
- The short name (three letter code) of the class. Ex:
RNGfor Ranger
string To String¶
- Same as Name