/datum/action/bar
This subclass has a progressbar that attaches to the owner to show how long we need to wait.
Vars | |
bar_on_owner | In case we want the owner to have no visible action bar but still want to make the bar. |
---|---|
bar_x_offset | How far should the bar be offset horizontally? |
bar_y_offset | How far should the bar be offset horizontally? |
fill_bar | Does bar fill or empty? |
place_to_put_bar | By default the bar is put on the owner, define this on the progress bar as the place you want to put it on. |
Var Details
bar_on_owner
In case we want the owner to have no visible action bar but still want to make the bar.
bar_x_offset
How far should the bar be offset horizontally?
bar_y_offset
How far should the bar be offset horizontally?
fill_bar
Does bar fill or empty?
place_to_put_bar
By default the bar is put on the owner, define this on the progress bar as the place you want to put it on.