impulseDynamicBar
A workbar type panel.
Functions
impulseDynamicBar:GetProgress()
View source »Returns how far along the bar is.
Returns
-
int
Progress.
impulseDynamicBar:Init()
Internal
This is an internal function! You are able to use it, but you risk unintended side effects if used incorrectly.
Initialize
impulseDynamicBar:SetColour(col)
View source »Updates the bar color.
Parameters
-
col
color
Color to update to.
impulseDynamicBar:SetLabel(text)
View source »Changes the text displayed on the bar.
Parameters
-
text
string
The new text for the bar.
impulseDynamicBar:SetProgress(val)
View source »Updates the progress of the bar.
Parameters
-
val
int
The progress value.
impulseDynamicBar:SetTime(seconds)
View source »Updates the time of the bar.
Parameters
-
seconds
int
The seconds to have the bar exist for.