WoW:API HasPetUI: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 29: Line 29:


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|HasPetUI]]
[[Category:API Pet Functions|HasPetUI]]

Revision as of 12:36, 4 January 2006

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