WoW API: HasPetUI

From AddOn Studio
Revision as of 12:20, 18 June 2006 by WoWWiki>Starlightblunder ({{wowapi}})
Jump to navigation Jump to search

WoW API < HasPetUI

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