WoW:API HasPetUI: Difference between revisions
Jump to navigation
Jump to search
HasPetUI -Documentation by AlexanderYoshi-
m (Fixed category sort) |
mNo edit summary |
||
Line 30: | Line 30: | ||
---- | ---- | ||
{{Template:WoW API}} tabButton:SetText(TEXT(getglobal("PET_TYPE_"..token))); | {{Template:WoW API}} tabButton:SetText(TEXT(getglobal("PET_TYPE_"..token))); | ||
[[Category:API Functions|HasPetUI]] | |||
[[Category:API Pet Functions|HasPetUI]] | [[Category:API Pet Functions|HasPetUI]] |
Revision as of 12:28, 30 August 2005
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)));