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

Method PlayerTech

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

Source from the content-addressed store, hash-verified

5namespace Star {
6
7PlayerTech::PlayerTech() {}
8
9PlayerTech::PlayerTech(Json const& json) {
10 m_availableTechs = jsonToStringSet(json.get("availableTechs"));

Callers

nothing calls this directly

Calls 8

jsonToStringSetFunction · 0.85
singletonClass · 0.85
techDatabaseMethod · 0.80
getMethod · 0.45
getObjectMethod · 0.45
toStringMethod · 0.45
containsMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected