WoW:API HasPetUI

Revision as of 19:58, 28 December 2004 by WoWWiki>Flickering (Fixed category sort)
HasPetUI -Documentation by AlexanderYoshi-

Returns true if the player has a pet User Interface.

hasUI = HasPetUI();

Arguments
none

Returns
hasUI
hasUI
Boolean - true if the player has a pet User Interface.

Example
 if ( HasPetUI() ) then DoPetStuff(); end
Result
true | false

Description
Returns true if the player has a pet User Interface.

Template:WoW API tabButton:SetText(TEXT(getglobal("PET_TYPE_"..token)));