lotrointerface.com
Search Downloads

LoTROInterface SVN KragenBars

[/] [branches/] [3.10/] [Utils/] [UI/] [DeltaButton.lua] - Rev 15

Compare with Previous | Blame | View Log

pcall( function( ) import "KragenPlugs.Utils.UI.DeltaButtonWindow"; end );
pcall( function( ) import "KragenPlugs.Utils.UI.DeltaButtonControl"; end );

KragenPlugs.Utils.UI.DeltaButton = function( tResources, bfZoneTest, ctlAttachTo )
        if KragenPlugs.Utils.UI.DeltaButtonControl ~= nil and ctlAttachTo ~= nil then
                return DeltaButtonWindow( tResources, bfZoneTest, ctlAttachTo );
        elseif KragenPlugs.Utils.UI.DeltaButtonWindow ~= nil and ctlAttachTo == nil then
                return DeltaButtonControl( tResources, bfZoneTest );
        end

        return nil;
end

Compare with Previous | Blame


All times are GMT -5. The time now is 01:14 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui