WoW:API GetActionTexture: Difference between revisions

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

Revision as of 18:20, 27 August 2005

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.

Template:WoW API