SetTrainerServiceTypeFilter

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Patch
Added in 1.0.0 / 1.13.2

Sets the status of a skill filter in the trainer window.

SetTrainerServiceTypeFilter(type, enable [, exclusive])

Arguments

type
string - filter to set the status for:
  • "available" (can learn)
  • "unavailable" (can't learn)
  • "used" (already known)
enable
boolean - true to show, false to hide items matching the specified filter.
exclusive
boolean

Patch changes