GetTrainerServiceTypeFilter

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

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

status = GetTrainerServiceTypeFilter(type)

Parameters

Arguments

type
string - Possible values:
  • "available"
  • "unavailable"
  • "used" (already known)

Returns

status
boolean - true if currently displaying trainer services of the specified type, false otherwise.

Patch changes

Warlords of Draenor Patch 6.0.2 (2014-10-14): Returns a boolean value instead of 0/1.