DataType:augtype

From the wonderful RedGuides Wiki

Returns information about the specific augment


This Data Type is added by core MacroQuest.
augtype is used as a return type by these members:  [ Toggle ]

Page Member Description
item AugSlot[#] Access the augment datatype

Members

Type Member Description
bool Empty
Infusable
Visible
int Slot
Type
item Item
solventtype Solvent
string Name

Examples

        /echo ${Cursor.AugSlot[0].Type}
        /echo ${Cursor.AugSlot[1].Visible}
        /echo ${Cursor.AugSlot[2].Infusable}
        /echo ${Cursor.AugSlot[3].Empty}
        /echo ${Cursor.AugSlot[4].Name}
        /echo ${Cursor.AugSlot[5].Item.Purity}

See also