This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -------------------------------------------------------------------------------------------- | |
| -- LUA Big Number Library | |
| -- Made for Lua 5.1 by Jared Allard <jaredallard@outlook.com> | |
| -- Heavly optimised for the LUA implementation in World of Warcraft, minimizing | |
| -- table creation/seeks and the use of external variables. | |
| -- Numbers are stored as tables containing words of [radix length] decimal digits. | |
| -- [0] being the most significant, [n-1] being the least: 1234567890 = {[0]=123,4567890}. | |
| -- ["n"] stores the length of the number, words in indexes >= n may contain zeros, all | |
| -- words are stored as primitive type number. | |
| -- ["neg"] indicates if the value is negative, true for negative false for positive, this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| main <format.lua:0,0> (3 instructions, 12 bytes at 00000000007C6300) | |
| 0+ params, 2 slots, 0 upvalues, 0 locals, 1 constant, 1 function | |
| 1 [17] CLOSURE 0 0 ; 00000000007C8700 | |
| 2 [4] SETGLOBAL 0 -1 ; fmt | |
| 3 [17] RETURN 0 1 | |
| function <format.lua:4,17> (42 instructions, 168 bytes at 00000000007C8700) | |
| 2+ params, 12 slots, 0 upvalues, 6 locals, 12 constants, 0 functions | |
| 1 [5] GETGLOBAL 3 -1 ; string | |
| 2 [5] GETTABLE 3 3 -2 ; "find" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "mainHand": { | |
| "id": 2901, | |
| "name": "Mining Pick", | |
| "icon": "inv_pick_02", | |
| "quality": 1, | |
| "itemLevel": 4, | |
| "tooltipParams": { | |
| "timewalkerLevel": 15, | |
| "azeritePower0": 0, | |
| "azeritePower1": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "mainHand": { | |
| "id": 85663, | |
| "name": "Herbalist's Spade", | |
| "icon": "inv_misc_shovel_01", | |
| "quality": 1, | |
| "itemLevel": 4, | |
| "tooltipParams": { | |
| "timewalkerLevel": 15, | |
| "azeritePower0": 0, | |
| "azeritePower1": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------------------------------ | |
| -- DevToolsFrameStack.lua | |
| -- | |
| -- Frame stacking monitor | |
| -- | |
| -- Globals: DevTools, SLASH_DEVTOOLS_FRAMESTACK1 | |
| -- Globals: BINDING_HEADER_DEVTOOLS | |
| -- Globals: BINDING_NAME_DEVTOOLS_FRAMESTACK_* | |
| --------------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if TST then | |
| TST:Hide() | |
| end | |
| TST = CreateFrame("Frame") | |
| local f = TST | |
| f:SetSize(1,1) | |
| f:SetScale(2) -- show pixels / zoom | |
| local tg = f:CreateTexture() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if TST then | |
| TST:Hide() | |
| end | |
| TST = CreateFrame("Frame") | |
| local f = TST | |
| f:SetSize(1,1) | |
| f:SetScale(0.5) -- show pixels / zoom | |
| local tg = f:CreateTexture() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Binding | First key | Second key | |
|---|---|---|---|
| --- Movement Keys --- | |||
| MOVEANDSTEER | BUTTON3 |