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

Method setRequestedFuelAmount

source/windowing/StarFuelWidget.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void FuelWidget::setRequestedFuelAmount(float amount) {
104 m_requested = amount;
105}
106
107void FuelWidget::ping() {
108 m_pingTimeout = 1.0f;

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected