m
Move page script moved page API GetActionTexture to WoW:API GetActionTexture without leaving a redirect
mNo edit summary |
m (Move page script moved page API GetActionTexture to WoW:API GetActionTexture without leaving a redirect) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns the filepath for an action's texture. | |||
texture = GetActionTexture(actionSlot) | |||
{{clr}} | |||
== Parameters == | == Parameters == | ||
''Arguments'' | |||
:;actionSlot : | :;actionSlot - [[ActionSlot]] : The queried slot. | ||
''Returns'' | |||
:;texture : | :;texture - String | ||
:* The texture filepath for the action's icon image | |||
:* nil, if the slot is empty | |||