lotrointerface.com
Search Downloads

LoTROInterface SVN KragenBars

[/] [trunk/] [KragenPlugs/] [Utils/] [UI/] [DeltaButton.lua] - Rev 6

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 02:57 PM.


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