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
Scorpio "ChatFix" "" | |
local _LoadedTab = 1 | |
local _CheckCompare = false | |
local _CheckType = nil | |
local _CheckAchievement = nil | |
local GameTooltip = _G.GameTooltip | |
_G.CHAT_FRAME_TAB_SELECTED_NOMOUSE_ALPHA = 0 | |
_G.CHAT_FRAME_TAB_NORMAL_NOMOUSE_ALPHA = 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
Scorpio "InfoBar" "" | |
_Status = Frame("_Status", UIParent) | |
_Text = FontString("Text", _Status) | |
Style[_Status] = { | |
{ | |
Text = { | |
drawLayer = "ARTWORK", | |
fontObject = TextStatusBarTextLarge, |
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
Scorpio "MinimmapPatch" "" | |
MinimapZoneTextButton:SetParent(Minimap) | |
MinimapZoneTextButton:ClearAllPoints() | |
MinimapZoneTextButton:SetPoint("BOTTOMLEFT", Minimap, "TOPLEFT", 0, 4) | |
MinimapZoneTextButton:SetPoint("BOTTOMRIGHT", Minimap, "TOPRIGHT", 0, 4) | |
MiniMapTracking:Show() | |
MiniMapTrackingBackground:Hide() | |
MiniMapTrackingIconOverlay:Hide() |
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
require "PLoop" (function(_ENV) | |
__Sealed__() | |
struct "Case" (function(_ENV) | |
import "System.Text" | |
export { unpack = unpack or table.unpack } | |
member "vars" { type = Variables, require = true } | |
member "func" { type = Callable, require = true } |
NewerOlder