WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

WoW API < SetTradeSkillSubClassFilter

Sets the subclass filter.

SetTradeSkillSubClassFilter(slotIndex, onOff{, exclusive});

Arguments
Number slotIndex, Number onOff, Number exclusive
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

Returns
nil

Example

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

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

See Also[]

GetTradeSkillSubClassFilter

Advertisement