WoW:API GetActionTexture: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(Removed obsolete WoW API template and added {{wowapi}})
Line 1: Line 1:
{{wowapi}}
<center>'''GetActionTexture''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
<center>'''GetActionTexture''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Line 14: Line 15:
:;texture : String - The texture path for the action, or nil if the slot has no action.
:;texture : String - The texture path for the action, or nil if the slot has no action.
----
----
__NOTOC__
{{Template:WoW API}}

Revision as of 14:57, 26 August 2006

WoW API < GetActionTexture

GetActionTexture - Documentation by Flickering

Return the texture for an action.

texture = GetActionTexture(actionSlot)

Parameters

Arguments

(actionSlot)
actionSlot
Numeric - The slot number of the action to query.

Returns

texture
texture
String - The texture path for the action, or nil if the slot has no action.