Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Sets the subclass filter.

SetTradeSkillSubClassFilter(slotIndex, onOff{, exclusive})

Arguments

slotIndex
The index of the specific slot
onOff
On = 1, Off = 0
exclusive(Optional)
Sets if the slot is the only slot to be selected. If not set it's handled as Off. On = 1, Off = 0

Example

Sets the filter to select slotIndex 3 and 5. First slotIndex have to be exclusive enabled.

SetTradeSkillSubClassFilter(3, 1, 1);
SetTradeSkillSubClassFilter(5, 1);

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Removed.

See Also

GetTradeSkillSubClassFilter

Advertisement