MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setMaxProgressLevel

Method setMaxProgressLevel

source/windowing/StarProgressWidget.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void ProgressWidget::setMaxProgressLevel(float amount) {
60 m_maxLevel = amount;
61}
62
63void ProgressWidget::setColor(Color const& color) {
64 m_color = color;

Callers 2

progressHandlerMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected