Thread Tools Display Modes
12/11/14, 09:50 AM   #1
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Lua highlight bug (minor)

Lua Code:
  1. local SIDE_TO_TOOLTIP_SIDE =
  2. {
  3.     [TOP] = BOTTOM,
  4.     [BOTTOM] = TOP,
  5.     [left] = RIGHT,
  6.     [right] = LEFT,
  7. }
  8.  
  9. SIDE_TO_TOOLTIP_SIDE[center] = LEFT

The words LEFT, RIGHT, CENTER are translated to lowercase when inside square brackets.
  Reply With Quote

ESOUI » Site Forums » Site help, bugs, suggestions/questions » Lua highlight bug (minor)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off