WoW:API GetActionTexture

Revision as of 23:09, 10 April 2005 by WoWWiki>Flickering
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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