Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
void PlayerTech::makeAvailable(String const& techModule) {
37
m_availableTechs.add(techModule);
38
}
39
40
void PlayerTech::makeUnavailable(String const& techModule) {
41
disable(techModule);
Callers
3
makePlayerCallbacks
Method · 0.80
makeTechAvailable
Method · 0.80
enableTech
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected