m
no edit summary
No edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
<!-- 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:AddLine(tooltipText [, textColor.r, textColor.g, textColor. | GameTooltip:AddLine(tooltipText [, textColor.r, textColor.g, textColor.bp, wrapText]]); | ||
<!-- 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 23: | Line 23: | ||
:;textColor.g : range 0 to 1 - green color value for text string | :;textColor.g : range 0 to 1 - green color value for text string | ||
:;textColor.b : range 0 to 1 - blue color value for text string | :;textColor.b : range 0 to 1 - blue color value for text string | ||
:;wrapText : nil or 1 - Set to 1 to wrap text. | |||
---- | ---- | ||