Files
Basalt/docs/objects/Progressbar/setBackgroundSymbol.md
Robert Jelic 4d614372a1 Updated docs
There is still stuff to do
2022-08-28 18:18:26 +02:00

451 B

setBackgroundSymbol

This will change the background symbol (default is " " - space)

Parameters:

  1. char the background symbol

Returns:

  1. object The 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" />