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

Method contains

source/game/StarTechDatabase.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool TechDatabase::contains(String const& techName) const {
28 return m_tech.contains(techName);
29}
30
31TechConfig TechDatabase::tech(String const& techName) const {
32 if (auto p = m_tech.ptr(techName))

Callers 15

activateRegionMethod · 0.45
updateMethod · 0.45
adjustSpawnRegionMethod · 0.45
debugShowSpawnCellsMethod · 0.45
updateAmbientMethod · 0.45
updateWeatherMethod · 0.45
doesNotConnectToPartMethod · 0.45
BehaviorDatabaseMethod · 0.45
behaviorTreeMethod · 0.45
behaviorConfigMethod · 0.45

Calls

no outgoing calls

Tested by 6

SpeciesDatabaseMethod · 0.36
speciesMethod · 0.36
inspectionLevelMethod · 0.36
hasLineOfSightMethod · 0.36
inspectMethod · 0.36
inspectionFailureTextMethod · 0.36