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

Method setPotentialFuelAmount

source/windowing/StarFuelWidget.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void FuelWidget::setPotentialFuelAmount(float amount) {
100 m_potential = amount;
101}
102
103void FuelWidget::setRequestedFuelAmount(float amount) {
104 m_requested = amount;

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected