AddOns WoW API Widget API XML UI Event API WoW Lua Macro API CVars
Battle.net
HOWTOs Snippets UI tech
Categories
← WoW API < HasPetUI
Returns true if the player has a pet User Interface.
hasUI = HasPetUI();
if ( HasPetUI() ) then DoPetStuff(); end
true | false