promotional bannermobile promotional banner

SDL

Abandoned
ScrollDownList

this addon is to create custom scroll down frames, its a experimental dependency of Distance3 and gHUD2.

create a list:

SDL_CreateScrollFrame(inputName, Anchor, Point, rPoint, Strata, Height, Width, xOffset, yOffset, Scale)

pass list elements:

SDL_InitializeList(listname, i, TestData[i], max)

here an example how to populate the list:

 TestData = {}
    function SLD_DataInput(listname)
      local max=10
        for i=1,max do
            TestData[i] = "Test "..i
             SDL_InitializeList(listname,i,TestData[i],max)
        end
    end
  


The SDL Team

profile avatar
  • 12
    Projects
  • 105.1K
    Downloads

More from kromar59View all