451 B
451 B
setBackgroundSymbol
This will change the background symbol (default is " " - space)
Parameters:
charthe background symbol
Returns:
objectThe object in use
Usage:
- Creates a progressbar and sets the progressbar background symbol to X
local mainFrame = basalt.createFrame()
local aProgressbar = mainFrame:addProgressbar()
aProgressbar:setBackgroundSymbol("X")
<progressbar backgroundSymbol="X" />