Go to most recent revision |
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
Go to most recent revision |
Compare with Previous |
Blame
All times are GMT -5. The time now is 06:35 PM.