WoW:API GameTooltip AddTexture: Difference between revisions
Jump to navigation
Jump to search
m (Prettied it up a little) |
m (Move page script moved page API GameTooltip AddTexture to API GameTooltip AddTexture without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | ||
GameTooltip:AddTexture(texturePath) | |||
GameTooltip:AddTexture( | |||
<!-- Describe the purpose of the function, though exhausting detail can be saved for a later section --> | <!-- Describe the purpose of the function, though exhausting detail can be saved for a later section --> | ||
Line 15: | Line 9: | ||
Adds a texture (icon) to the beginning of the last line added by [[API GameTooltip_AddLine|AddLine]](), [[API GameTooltip_AddDoubleLine|AddDoubleLine]](), etc. | Adds a texture (icon) to the beginning of the last line added by [[API GameTooltip_AddLine|AddLine]](), [[API GameTooltip_AddDoubleLine|AddDoubleLine]](), etc. | ||
Note: There | Note: There is a limit of 10 textures per tooltip (as seen in [http://wdn.wowinterface.com/code/0307485/FrameXML/GameTooltipTemplate.xml GameTooltipTemplate.xml]) | ||
Latest revision as of 04:45, 15 August 2023
← Widget API ← GameTooltip < AddTexture
GameTooltip:AddTexture(texturePath)
Adds a texture (icon) to the beginning of the last line added by AddLine(), AddDoubleLine(), etc.
Note: There is a limit of 10 textures per tooltip (as seen in GameTooltipTemplate.xml)