Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void FuelWidget::setRequestedFuelAmount(float amount) {
104
m_requested = amount;
105
}
106
107
void FuelWidget::ping() {
108
m_pingTimeout = 1.0f;
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected