MCPcopy 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
1411PlayerTechPtr Player::techs() const {
1412 return m_techs;
1413}
1414
1415void Player::overrideTech(Maybe<StringList> const& techModules) {
1416 if (techModules)

Callers 5

makePlayerCallbacksMethod · 0.80
makeTechAvailableMethod · 0.80
enableTechMethod · 0.80
createTooltipMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected