Skill (Data Type)¶
- Table of contents
- Skill (Data Type)
- Description
- Members
- Methods
Description¶
This DataType includes information and performs actions that are exclusive to skills
Members¶
-
string
Name
-
int
ID
-
string
Group
-
int
GroupID
-
bool
IsTraining
-
float64
TimeToTrain
- NOTE: This will be the time left to train this skill to the next level, no matter if the skill is currently being trained or not. If the value is ZERO, then the skill is maxed out.
Methods¶
AbortTraining
AddToQueue<MW_SINGLEBRACKET>#</MW_SINGLEBRACKET>
- is the level you want to train the current skill. EXAMPLE: Me.Skill[trade]:AddToQueue[1]
-
StartTraining
- Per March 28, 2009 patch notes, this method actually does Me.Skill[SKILLNAME]:AddToQueue[${Math.Calc[${Me.Skill[SKILLNAME].Level}+1}]}]