MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / beamGunRadius

Method beamGunRadius

source/game/StarToolUser.cpp:602–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602float ToolUser::beamGunRadius() const {
603 return m_beamGunRadius + m_user->statusController()->statusProperty("bonusBeamGunRadius", 0).toFloat();
604}
605
606void ToolUser::NetItem::initNetVersion(NetElementVersion const* version) {
607 m_netVersion = version;

Callers

nothing calls this directly

Calls 3

toFloatMethod · 0.80
statusPropertyMethod · 0.45
statusControllerMethod · 0.45

Tested by

no test coverage detected