WoW API: SetTrainerServiceTypeFilter

From AddOn Studio
Jump to navigation Jump to search

WoW API < SetTrainerServiceTypeFilter

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

SetTrainerServiceTypeFilter(type,status);

Parameters[edit]

Arguments[edit]

type
String - filter to set the status for:
  • "available" (can learn)
  • "unavailable" (can't learn)
  • "used" (already known)
status
Flag - 1 to show, 0 to hide items matching the specified filter.