Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ techs
Method
techs
source/game/StarPlayer.cpp:1411–1413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1409
}
1410
1411
PlayerTechPtr Player::techs() const {
1412
return m_techs;
1413
}
1414
1415
void Player::overrideTech(Maybe<StringList> const& techModules) {
1416
if (techModules)
Callers
5
makePlayerCallbacks
Method · 0.80
makeTechAvailable
Method · 0.80
enableTech
Method · 0.80
createTooltip
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected