Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setRange
Method
setRange
source/game/interfaces/StarBeamItem.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void BeamItem::setRange(float range) {
115
m_range = range;
116
}
117
118
float BeamItem::getAppropriateOpacity() const {
119
float curveLen = m_beamCurve.length();
Callers
1
multiTable2DFromConfig
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected