Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
void FuelWidget::setPotentialFuelAmount(float amount) {
100
m_potential = amount;
101
}
102
103
void FuelWidget::setRequestedFuelAmount(float amount) {
104
m_requested = amount;
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected