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

Method makeAvailable

source/game/StarPlayerTech.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void PlayerTech::makeAvailable(String const& techModule) {
37 m_availableTechs.add(techModule);
38}
39
40void PlayerTech::makeUnavailable(String const& techModule) {
41 disable(techModule);

Callers 3

makePlayerCallbacksMethod · 0.80
makeTechAvailableMethod · 0.80
enableTechMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected