MCPcopy 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
114void BeamItem::setRange(float range) {
115 m_range = range;
116}
117
118float BeamItem::getAppropriateOpacity() const {
119 float curveLen = m_beamCurve.length();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected