WoW:API PetHasActionBar: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
No edit summary
Line 15: Line 15:
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|PetHasActionBar]]
[[Category:API Action Functions|PetHasActionBar]]
[[Category:API Pet Functions|PetHasActionBar]]

Revision as of 18:44, 3 January 2006

PetHasActionBar - Documentation by Flickering

Determine if player has a pet with an action bar.

hasActionBar = PetHasActionBar()

Parameters

Arguments

()

Returns

hasActionBar
hasActionBar
Flag - nil if the player has no pet (or the pet has no action bar), 1 if a pet action bar should be shown.

Template:WoW API