WoW:API GetActionTexture: Difference between revisions
Jump to navigation
Jump to search
GetActionTexture - Documentation by Flickering
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. | ||
---- | ---- | ||
Revision as of 14:57, 26 August 2006
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.