IsUnitOnQuest
|
Returns whether a unit is on one of the quests in the player's quest log.
|
IsMuted
|
Returns whether a character has been muted by the player.
|
IsIgnoredOrMuted
|
Returns whether a unit can be heard due to ignored/muted status.
|
GetUnitSpeed
|
Returns a unit's current speed.
|
GetUnitName
|
Returns a string summarizing a unit's name and server.
|
GetPlayerInfoByGUID
|
Returns information about a player character identified by globally unique identifier.
|
GetMuteStatus
|
Returns whether a character is muted or silenced.
|
GetGuildInfo
|
Returns a unit's guild affiliation.
|
CheckInteractDistance
|
Returns whether the player is close enough to a unit for certain types of interaction.
|
CanInspect
|
Returns whether a unit can be inspected.
|
message
|
Shows a message box containing the given text.
|
ShowingHelm
|
Returns whether the player's headgear is displayed.
|
ShowingCloak
|
Returns whether the player's cloak is displayed.
|
ShowHelm
|
Enables or disables display of the player's headgear.
|
ShowCloak
|
Enables or disables display of the player's cloak.
|
SetupFullscreenScale
|
Sizes a frame to take up the entire screen regardless of screen resolution.
|
ConsoleAddMessage
|
Prints text to the debug console.
|
ResetTutorials
|
Enables contextual tutorial display and clears the list of already displayed tutorials.
|
FlagTutorial
|
Marks a contextual tutorial as displayed so it doesn't appear again.
|
ClearTutorials
|
Disables contextual tutorial display.
|
SetTrainerServiceTypeFilter
|
Filters the trainer service listing by service status.
|
SelectTrainerService
|
Selects an entry in the trainer service listing.
|
OpenTrainer
|
This function is deprecated and should no longer be used.
|
IsTradeskillTrainer
|
Returns whether the player is interacting with a trade skill trainer (as opposed to a class trainer)
|
GetTrainerServiceTypeFilter
|
Returns whether the trainer service listing is filtered by a service status.
|
GetTrainerServiceSkillReq
|
Returns information about the skill requirement for a trainer service.
|
GetTrainerServiceSkillLine
|
Returns the name of the skill line associated with a trainer service.
|
GetTrainerServiceNumAbilityReq
|
Returns the number of ability requirements for purchasing a trainer service.
|
GetTrainerServiceLevelReq
|
Returns the character level required to purchase a trainer service.
|
GetTrainerServiceItemLink
|
Returns a hyperlink for the item associated with a trainer service.
|
GetTrainerServiceInfo
|
Returns information about an entry in the trainer service listing.
|
GetTrainerServiceIcon
|
Returns the icon for a trainer service.
|
GetTrainerServiceDescription
|
Returns the description of a trainer service.
|
GetTrainerServiceCost
|
Returns the cost to purchase a trainer service.
|
GetTrainerServiceAbilityReq
|
Returns information about an ability required for purchasing a trainer service.
|
GetTrainerSelectionIndex
|
Returns the index of the currently selected trainer service.
|
GetTrainerGreetingText
|
Returns the current trainer's greeting text.
|
GetNumTrainerServices
|
Returns the number of entries in the trainer service listing.
|
CloseTrainer
|
Ends interaction with a trainer.
|
CheckTalentMasterDist
|
Returns whether the player is in range of an NPC that can reset talents.
|
BuyTrainerService
|
Purchases an ability or recipe available from a trainer.
|
TradeSkillOnlyShowSkillUps
|
Filters the trade skill listing by whether the player can gain skill ranks from each recipe.
|
TradeSkillOnlyShowMakeable
|
Filters the trade skill listing by whether the player currently has enough reagents for each recipe.
|
StopTradeSkillRepeat
|
Cancels repetition of a trade skill recipe.
|
SetTradeSkillSubClassFilter
|
Filters the trade skill listing by subclass of items produced.
|
SetTradeSkillItemNameFilter
|
Filters the trade skill listing by name of recipe, item produced, or reagents.
|
SetTradeSkillItemLevelFilter
|
Filters the trade skill listing by required level of items produced.
|
SetTradeSkillInvSlotFilter
|
Filters the trade skill listing by equipment slot of items produced.
|
SelectTradeSkill
|
Selects a recipe in the trade skill listing.
|