Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setMaxFuelLevel
Method
setMaxFuelLevel
source/windowing/StarFuelWidget.cpp:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void FuelWidget::setMaxFuelLevel(float amount) {
96
m_maxLevel = amount;
97
}
98
99
void FuelWidget::setPotentialFuelAmount(float amount) {
100
m_potential = amount;
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected