SetTrainerServiceTypeFilter
Jump to navigation
Jump to search
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
Patch 6.0.2 (2014-10-14): Gained "exclusive" return.