bartime.ui.lua

-- Draws the progress bar to this players.
UI.BarTime:Draw( { duration = 10 } );


-- Draws the progress bar to this players with 30% already filled.
UI.BarTime:Draw( { duration = 10, startPercent = 0.3 } );


-- Hides the progress bars.
-- UI.BarTime:Hide();


-- Is it visible?
print( "UI.BarTime:IsVisible() => ", UI.BarTime:IsVisible() );
generated by LDoc 1.4.6 Last updated 2020-06-15 21:15:36